[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Is DeliveryCount ignored for large messages?
timfox
do-not-reply at jboss.com
Tue Aug 18 04:52:27 EDT 2009
I mean on the client side.
Line 410, ClientConsumerImpl:
| currentChunkMessage = new ClientMessageImpl(packet.getDeliveryCount());
|
Until I changed it yesterday it used to read:
| currentChunkMessage = new ClientMessageImpl();
|
So the delivery count information was always zero to the client, unless you're setting it somewhere else.
If this is the case, you should add a test.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250096#4250096
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250096
More information about the jboss-dev-forums
mailing list