-
Bug
-
Resolution: Done
-
Blocker
-
AMQ 7.2.0.GA
-
None
-
None
After the client experienced the following unexpected exception
~~~
AMQ214008: Failed to handle packet
java.lang.IndexOutOfBoundsException: readerIndex(19713) + length(4) exceeds writerIndex(19713): UnpooledDuplicatedByteBuf(ridx: 19713, widx: 19713, cap: 19713, unwrapped: UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 19713, cap: 19713))
~~~
The consumer did not get sent a message by the broker.
From debugging, the consumer did have creditsToSend however the corresponding SeverConsumerImpl “availableCredits” seems to be depleted.
- relates to
-
ENTMQBR-1976 AMQ 7.2 (probable regression): Core-JMS consumer fails with IndexOutOfBoundsException
- Closed