Re: Q Consumers stop receiving messages

2009-12-16 Thread Diego Castorina
uld be prefetch limit - the default is 1000 - would be worth trying > with 1 > > On 15 Dec 2009, at 13:54, Diego Castorina wrote: > >> >> I went a little bit further with my tests: >> -the queue was containing 5219 messages and no one of them was >> distrib

Re: Q Consumers stop receiving messages

2009-12-15 Thread Diego Castorina
I went a little bit further with my tests: -the queue was containing 5219 messages and no one of them was distributed to any of the listeners (I set the maxConcurrentConsumers property in the DefaultMessageContainerListener of Spring to 20) -I added 50 messages to the queue -the first 50 message o

Re: Q Consumers stop receiving messages

2009-12-15 Thread Diego Castorina
Yes, it is. rajdavies wrote: > > Is this version 5.3 ? > On 15 Dec 2009, at 10:50, Diego Castorina wrote: > >> >> We are experiencing similar problems. >> We are informed by the mbean queueSize property that around 5000 >> messages >> are still in

Re: Q Consumers stop receiving messages

2009-12-15 Thread Diego Castorina
We are experiencing similar problems. We are informed by the mbean queueSize property that around 5000 messages are still in the queue. This is the configuration of our broker:

Re: tmp_storage created even with presistence turned on? (ActiveMQ 5.0)

2009-12-02 Thread Diego Castorina
The reason why it does not work is that you forgot to add the attribute start="true" to the broker declaration. When the AMQConnectionFactory tries to connect to the broker it does not find it (since you have not started it yet) and than creates and start a new one using default values. The new br