You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by fancellu <di...@felstar.com> on 2006/12/21 12:19:02 UTC

Why does groupSequence=-1 come before end?

I send a large message with connection.createOutputStream()

In the consumer get the following messages, in this order

ActiveMQBytesMessage groupSequence = 0
ActiveMQBytesMessage groupSequence = 1
ActiveMQBytesMessage groupSequence = 2
ActiveMQBytesMessage groupSequence = 3
ActiveMQMessage        groupSequence = -1
ActiveMQBytesMessage groupSequence = 5

Any idea why I get the -1 message before the last bit? There seems to be no
way of knowing that groupSequence=5 is the last message for this stream.

What happened to groupSequence=4 ?

Is this normal?

Thanks.

-- 
View this message in context: http://www.nabble.com/Why-does-groupSequence%3D-1-come-before-end--tf2864960.html#a8006294
Sent from the ActiveMQ - User mailing list archive at Nabble.com.