How to using activemq in spring
Hi All,
Now i using activemq3.0 in spring to provider a jms server for my application, this is my current problem:
1. I want to start activemq when my application start and create some topic and queue defined in config file, who can I write the config file?
2. I want use mysql as activemq's persistence type to store the message, who can I write the config file?
3. In runtime, I want send & receive message from topic/queue in my application, and I want using JNDI to send & receive message from same topic/queue in a standalone program, what issue should be noticed in config file, have some examples I can reference?
otherwise, if I want using activemq jca feature, who can I write the config file?
Appreciate any help, thanks
good good study, day day up