Re: Problem with message groups

2007-06-19 Thread James Strachan
On 6/19/07, jcm231 <[EMAIL PROTECTED]> wrote: James.Strachan wrote: > > On 6/18/07, jcm231 <[EMAIL PROTECTED]> wrote: >> >> Hi! >> >> I am have a standalone ActiveMQ server and I am sending messages using a >> producer. The messages include the JMSXGroupID header with two different >> values:

Re: Problem with message groups

2007-06-19 Thread jcm231
the message groups feature of ActiveMQ for our project, because we need to assure that all the messages with the same id (in the JMSXGroupId header) are consumed by the same consumer. Could be using selectors a better aproach? How can I get message groups working? -- View this message in context: http://www.nabble.com/Problem-with-message-groups-tf3941180s2354.html#a11191679 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Problem with message groups

2007-06-18 Thread James Strachan
On 6/18/07, jcm231 <[EMAIL PROTECTED]> wrote: Hi! I am have a standalone ActiveMQ server and I am sending messages using a producer. The messages include the JMSXGroupID header with two different values: "one" and "two". I launch two Consumer objects, both being threads and implementing the int

Problem with message groups

2007-06-18 Thread jcm231
View this message in context: http://www.nabble.com/Problem-with-message-groups-tf3941180s2354.html#a11178578 Sent from the ActiveMQ - User mailing list archive at Nabble.com.