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
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 SetObjectProperty/GetObjectProperty functions. A user

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
Thanks, I have solved my problem with ActiveMQMessage object. I will agree we should raise JIRA for this. James.Strachan wrote: > > Am wondering if this is a bug. There's a definite property on the > ActiveMQMessage.NMSXGroupID. > > e.g. > > ActiveMQMessage msg = ... > msg.NMSXGroupID = "G

Re: NMS and message groups

2008-08-26 Thread James Strachan
Am wondering if this is a bug. There's a definite property on the ActiveMQMessage.NMSXGroupID. e.g. ActiveMQMessage msg = ... msg.NMSXGroupID = "Group1"; Maybe the properties in IMessage.Properties are not correctly copied across to the right property? Taking a look at MessagePropertyHelper - i