activemq-artemis/artemis-protocols
Howard Gao 2fabd059d8 ARTEMIS-981 OpenWire can't receive empty ObjectMessage
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.
2017-02-22 12:59:52 +08:00
..
artemis-amqp-protocol NO-JIRA Fixing typos in log messages, test names and comments 2017-02-20 20:54:45 -05:00
artemis-hornetq-protocol Major Version Bump 2.0.0 After Major Arch Change 2016-12-09 18:43:15 +00:00
artemis-hqclient-protocol ARTEMIS-922 Rename deleteOnNoConsumers throughout 2017-01-17 11:40:56 -06:00
artemis-mqtt-protocol NO-JIRA Send MQTT WILL outside of Server Session 2017-02-18 13:31:57 +00:00
artemis-openwire-protocol ARTEMIS-981 OpenWire can't receive empty ObjectMessage 2017-02-22 12:59:52 +08:00
artemis-stomp-protocol NO-JIRA fix possible STOMP NPE 2017-02-21 22:22:12 -05:00
pom.xml Major Version Bump 2.0.0 After Major Arch Change 2016-12-09 18:43:15 +00:00