pongs
pongs

Reputation: 53

ActiveMQ Message Queue Slows Down after 2 million plus message

I have a message queue named amq570queue, after accumulating 2 million messages it started to slow down. What broker settings do I need to adjust to fix this issue? I temporarily moved it into a new message queue(in the same broker) and it is working fine. I initially thought that the kahadb has reached its size limit that is why it is getting slow. Is there a way to limit the size of Message Dequeued? Thank you in advance for any inputs.

Regards, Walter

Upvotes: 0

Views: 1644

Answers (1)

techuser soma
techuser soma

Reputation: 4877

One possible reason is the producer flow control and systemusage settings. Take a look at

http://activemq.apache.org/producer-flow-control.html

Upvotes: 0

Related Questions