Re: I can’t receive more than 2 messages simul taneously with DefaultMessageListenerContainer

2007-02-16 Thread cafe
to add more, the server stop without any exception... -- View this message in context: http://www.nabble.com/I-can%E2%80%99t-receive-more-than-2-messages-simultaneously-with-DefaultMessageListenerContainer-tf3241539s2354.html#a9016908 Sent from the ActiveMQ - User mailing list archive at Nabble.

Re: I can’t receive more than 2 messages simul taneously with DefaultMessageListenerContainer

2007-02-16 Thread cafe
sorry for the bare explanation. I have a listener (in the server side) who receive request for send files (Streams): public class RequestUpdateListener implements SessionAwareMessageListener { private JmsTemplate jmsTemplate; private String fileUpdateLocation;

Re: I can’t receive more than 2 messages simul taneously with DefaultMessageListenerContainer

2007-02-16 Thread Paul French
You need to give more info since it is not clear what you are trying to do. The Listener Container you have configured will start 50 threads all waiting to consume messages. Give more info and I will be happy to help. cafe wrote: > > I have an app where I’m using spring 2.0 and activeMQ4.1.0.