I still can't get this working.  Setting the sequence id to 0 doesn't do
anything.  In fact, when i sent N number of messages to a variety of message
groups, and print out the ==msg.getStringProperty("JMSXGroupSeq")==

what prints is always 0.  Is there a configuration option i don't know about
to turn this on??

-Gary


James.Strachan wrote:
> 
> 
> We don't automatically rebalance things after failures; we're
> currently hoping that there is a sufficient number of message groups
> around that things balance fine. (Though closing the message group
> should work - its just not defined which consumer will get the next
> message group - so if you keep trying to close them, you should
> eventually see things settle down).
> 
> One work around is to just force each consumer to restart periodically
> to help re-balance things (or close the message groups as you figured
> out)
> -- 
> 

-- 
View this message in context: 
http://www.nabble.com/Message-Groups-and-multiple-brokers-tf3177852s2354.html#a8852923
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to