Re: Queue repeatedly stalls

2008-12-12 Thread Gary Tully
This looks like producer flow control. see: http://activemq.apache.org/slow-consumer-handling.html and in particular turn off flow control: http://activemq.apache.org/producer-flow-control.html Are you seeing this with the vanilla producer and consumer scripts from the examples? 2008/12/11 tre

Re: Queue repeatedly stalls

2008-12-10 Thread trevoro
I see this same problem. I'm using ActiveMQ 5.2.0 and Sun JDK1.6.0_02. When we try and post a large number of messages to a Queue it stalls after 4096 messages. If I leave the publisher running and flush the queue, it will receive a few hundred more messages prior to stalling again. This issue