Yarek Tyshchenko wrote > 4. Start one producer on queue "bigQueue" > 5. Start one consumer on queue "smallQueue" > 6. Start one producer sending 4 messages per second to queue "smallQueue" > 7. Wait until queue memory and cursor usage gets to the water mark > 8. Observe that "smallQueue" dequeue count stops going up, and messages > pile up
Just posted my (similar) problem to the user list. The essence of the problem is: * start one producer and consumer on queue "Queue" * stop the consumer * let the queue reach the watermark, the producer will hang on send() * start the consumer again. It will not be able to consume messages. Stopping the producer does not help. -- View this message in context: http://activemq.2283324.n4.nabble.com/Hanging-consumers-when-storeCursor-gets-to-watermark-tp4681249p4681335.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.