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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...