Re: Message Ordering across Networked Brokers

2016-08-08 Thread Dmtiriy
I guess what I was trying to ask is that if BrokerA on JVM1 registers a consumer on Queue-1 w/ JMSXGroupid of 1, can networked BrokerB on JVM2 register a different consumer on same Queue-1 w/ same JMSXGroupid of 1. Do networked brokers have a way to preserve single consumer per unique JMSXGroupid

Re: Message Ordering across Networked Brokers

2016-08-04 Thread Dmtiriy
Forgot to mention that under ideal scenario I was hoping to consistently see messages go to the same single consumer on either of the JVMs that registers itself against same JMSXGroupId irrespective where the producer is. -- View this message in context: http://activemq.2283324.n4.nabble.com/Me

Message Ordering across Networked Brokers

2016-08-04 Thread Dmtiriy
Hi All, I am a newbie when it comes to networked brokers & active mq and need some expert help. I am trying to setup a system where messages order based JMSXGroupID is preserved across networked brokers and concurrent consumers. In the use case i have 2 JVMs that each have 10 concurrent consumers