Re: NMS and message groups

2008-08-27 Thread Jim Gomes
Hopefully, it is working now. It definitely wasn't before, though. I'm OK with leaving the NMSXGroupID as-is for now. It can be set on the IMessage interface now, so the functionality is there. On Wed, Aug 27, 2008 at 7:52 AM, James Strachan <[EMAIL PROTECTED]>wrote: > 2008/8/27 Jim Gomes <[EM

Re: NMS and message groups

2008-08-27 Thread Jim Gomes
; > > producer.Send(message1); > > producer.Send(message2); > > producer.Send(message3); > > > > I created two consumer applications but first consumer receives message1 > and > > then second consumer receives receives message2 but message1 and message2 > > have the same group id! > > > > Please help > > > > > > -- > > View this message in context: > http://www.nabble.com/NMS-and-message-groups-tp19143221p19143221.html > > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > > > > > > > -- > James > --- > http://macstrac.blogspot.com/ > > Open Source Integration > http://open.iona.com >

Re: NMS and message groups

2008-08-27 Thread James Strachan
2008/8/27 Jim Gomes <[EMAIL PROTECTED]>: > Hi James, > > There was an implementation gap on this area. I refactored this area of the > code. Feel free to look over it to make sure I did things right. I wanted > to make the IMessage.Properties transparent to use and interchangeable with > the Set

Re: NMS and message groups

2008-08-26 Thread Vadim Chekan
Actually why GroupID is not in IMessage? On Tue, Aug 26, 2008 at 6:22 AM, James Strachan <[EMAIL PROTECTED]> wrote: > 2008/8/26 Marko111 <[EMAIL PROTECTED]>: >> >> Thanks, >> >> I have solved my problem with ActiveMQMessage object. > > Great thanks for the heads up! > > >> I will agree we should r

Re: NMS and message groups

2008-08-26 Thread James Strachan
2008/8/26 Marko111 <[EMAIL PROTECTED]>: > > Thanks, > > I have solved my problem with ActiveMQMessage object. Great thanks for the heads up! > I will agree we should raise JIRA for this. done https://issues.apache.org/activemq/browse/AMQNET-108 -- James --- http://macstrac.blogspot.com/

Re: NMS and message groups

2008-08-26 Thread Marko111
= "Group 2"; >> >> producer.Send(message1); >> producer.Send(message2); >> producer.Send(message3); >> >> I created two consumer applications but first consumer receives message1 >> and >> then second consumer receives receives message2 but me

Re: NMS and message groups

2008-08-26 Thread James Strachan
p 2"; > > producer.Send(message1); > producer.Send(message2); > producer.Send(message3); > > I created two consumer applications but first consumer receives message1 and > then second consumer receives receives message2 but message1 and message2 > have the same g

NMS and message groups

2008-08-25 Thread Marko111
oupID"] = "Group 2"; producer.Send(message1); producer.Send(message2); producer.Send(message3); I created two consumer applications but first consumer receives message1 and then second consumer receives receives message2 but message1 and message2 have the same grou