2fabd059d8
When sending an empty ObjectMessage, broker doesn't write a 'length' field to the message buffer. In delivery the broker tries to read the length from the buffer, which causes "IndexOutOfBoundsException". To fix it, we need to check if the buffer is empty or not, and only read it if the buffer is not empty. |
||
---|---|---|
.. | ||
artemis-amqp-protocol | ||
artemis-hornetq-protocol | ||
artemis-hqclient-protocol | ||
artemis-mqtt-protocol | ||
artemis-openwire-protocol | ||
artemis-stomp-protocol | ||
pom.xml |