Re: ActiveMQ getting blocked once memory is 100 % used

2020-04-24 Thread Justin Bertram
Do you have consumers? If not then memory usage will never decrease. If so, then they need to be *faster* than the producers in order to reduce memory usage otherwise the producers will send new messages as soon as any messages are consumed effectively keeping you at 100% usage. Justin On Fri,

ActiveMQ getting blocked once memory is 100 % used

2020-04-24 Thread Saurabh Bhatia
I have 2 queues setup in ActiveMQ broker. Wanted to test that producer flow control is working and producers for both queue are getting stalled when there is no memory. As soon as event occurs, messages start getting enqueued in both queues, but everything stops after memory reaches 100%(sometimes