Hi Marko,
Would you get the latest code and try your tests again? I think the
NMSXGroupSeq and NMSXGroupID settings were not being set properly before.
Now that they are being set correctly on the client, we can test that they
are being interpreted correctly by the broker.
Also, is there any way
Sorry, I have expressed myself incorrectly. I meant that I sent 10 messages
with NMSXGroupSeq set to 0. And they were all recived by same consumer. I
tried sending 10,000 and same thing happens again.
James.Strachan wrote:
>
> 2008/8/27 Marko111 <[EMAIL PROTECTED]>:
>>
>> No, thats not what is
2008/8/27 Marko111 <[EMAIL PROTECTED]>:
>
> No, thats not what is happens. I sent 10 messages with 0 group id and they
> were all recived by same consumer.
Thats quite common due to prefetch size BTW
http://activemq.apache.org/what-is-the-prefetch-limit-for.html
did you try say 10,000 messages?
No, thats not what is happens. I sent 10 messages with 0 group id and they
were all recived by same consumer.
James.Strachan wrote:
>
> 2008/8/26 Marko111 <[EMAIL PROTECTED]>:
>>
>> Hi,
>>
>> I am using NMSXGroupSeq property of AcitveMQMessage object to terminate
>> group sequence. When set 0
2008/8/26 Marko111 <[EMAIL PROTECTED]>:
>
> Hi,
>
> I am using NMSXGroupSeq property of AcitveMQMessage object to terminate
> group sequence. When set 0 this property does not close the group instead it
> continues to send messages to the same consumer!
> It seem that non-zero value changes the co