Re: ActiveMq 'Queue Priority Consumer' Mechanism Not Working Expectedly

2016-05-03 Thread Stephan Burkard
Hi I have never used consumer priorities, but the amq-website says about it *** Once a particular consumer has its prefetch buffer filled up, the broker will begin to dispatch messages to consumers of lower priorities. *** So, the behaviour you describe seems to be ok to me. When the high prio co

ActiveMq 'Queue Priority Consumer' Mechanism Not Working Expectedly

2016-05-03 Thread Waqas Rana
Hi all, We are using ActiveMq in our application. We need to implement priority consumer mechanism on the queue. We have multiple consumers and we want to treat them as master/slave. So, the master consumer would have higher priority and will consume all messages and once master gets down then the