Re: jmsTemplate + add listener to listener container

2013-07-03 Thread Jose María Zaragoza
You're right. I hoped an answer based on experience of ActiveMQ users 2013/7/3 Christian Posta > Those might be good questions to ask in the Spring forum? > > > On Wed, Jul 3, 2013 at 3:11 PM, Jose María Zaragoza >wrote: > > > Hello: > > > > I'm newbie with Apache ActiveMQ and > > I've started

Re: jmsTemplate + add listener to listener container

2013-07-03 Thread Christian Posta
Those might be good questions to ask in the Spring forum? On Wed, Jul 3, 2013 at 3:11 PM, Jose María Zaragoza wrote: > Hello: > > I'm newbie with Apache ActiveMQ and > I've started using 5.8.0 release + Spring > > > I want that every session created in a servlet container ( Tomcat ), > subscrib

jmsTemplate + add listener to listener container

2013-07-03 Thread Jose María Zaragoza
Hello: I'm newbie with Apache ActiveMQ and I've started using 5.8.0 release + Spring I want that every session created in a servlet container ( Tomcat ), subscribes itself as consumer/listener for message from a Topic ( created into JMS broker by an admin ) I've got some questions: If I've go