I setup a Bean which currently listens successfully to exactly ONE Topic
"montopic20".
The SpringXML setup for this bean in activemq.xml is as shown below.
How can I let the same Bean listen to multiple different topics in parallel?
In other words: Which minimal changes do I have to apply to the SpringXML
config
below to listen e.g. to a second topic "montopic35" as well?
Can I simply add a second ?
Or do I really have to setup a bean twice with full SpingXML declaration
again?
Ben
--
View this message in context: http://old.nabble.com/How-to-let-ONE-bean-listen-on-MULTIPLE-Topics--SpringXML-config-in-activemq.xml-tp29449265p29449265.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.