This content has been marked as final.
Show 2 replies
-
1. Re: Is DeliveryCount ignored for large messages?
clebert.suconic Aug 17, 2009 9:43 PM (in response to timfox)ServerConsumerImpl::doHandle:
... if (!browseOnly) { .. line 615 on r7450: ref.incrementDeliveryCount();
^^ This happens independently of being a large message or not. -
2. Re: Is DeliveryCount ignored for large messages?
timfox Aug 18, 2009 4:52 AM (in response to timfox)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.