Re: Query on activeMQ Queue's MemoryLimit (consumer getting blocked)

2013-03-11 Thread deepak_a
Thanks, in addition, when there is an exception in my system, I store the message in a DLQ and also persist the message in Database. What I noticed is - * for every exception caught we were pushing the message to DeQueue * the DeQueue also had a limit of 64MB * if that limit got crossed , camel

Re: Query on activeMQ Queue's MemoryLimit (consumer getting blocked)

2013-03-11 Thread Christian Posta
If your messages are going to be the limit, you'll want to revise your limits. The queue won't keep messages in the cache ready to dispatch once it reaches the configured limit, but if a single message is larger than your limit, then it will consume all of the memory. On Mon, Mar 11, 2013 at