Re: Can we achive message priority with parallel processing with single Queue

2015-10-12 Thread spamtrap
On Thu, 8 Oct 2015 05:02:36 -0700 (PDT), skrish018c wrote: >Wanted to know if there is any possibility to achieve parallel processing >with message priority with single queue. Is there any supporting document? Are you trying to get different consumers to process different priority messages?

Re: Can we achive message priority with parallel processing with single Queue

2015-10-08 Thread Petter Nordlander
On a single queue, multiple message groups can be processed in parallell on multiple consumers. All messages in a single message group will be sent to the same consumer. 8 okt 2015 kl. 14:02 skrev skrish018c mailto:sunil_kris...@cable.comcast.com>>: Hi, Wanted to know if there is any pos

RE: Can we achive message priority with parallel processing with single Queue

2015-10-08 Thread Basmajian, Raffi
Have you looked at Message Groups? http://activemq.apache.org/message-groups.html -Original Message- From: skrish018c [mailto:sunil_kris...@cable.comcast.com] Sent: Thursday, October 08, 2015 8:03 AM To: users@activemq.apache.org Subject: Can we achive message priority with parallel pro