activemq-artemis/tests
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
..
activemq5-unit-tests NO-JIRA Fixing typos in log messages, test names and comments 2017-02-20 20:54:45 -05:00
artemis-test-support NO-JIRA Fixing typos in log messages, test names and comments 2017-02-20 20:54:45 -05:00
config NO-JIRA Logging integration-tests/DEBUG is being too verbose on the testsuite 2017-01-30 22:26:48 -05:00
extra-tests NO-JIRA move RoutingType to different package 2017-02-13 09:50:41 -06:00
integration-tests ARTEMIS-981 OpenWire can't receive empty ObjectMessage 2017-02-22 12:59:52 +08:00
jms-tests NO-JIRA Fixing typos in log messages, test names and comments 2017-02-20 20:54:45 -05:00
joram-tests NO-JIRA move RoutingType to different package 2017-02-13 09:50:41 -06:00
performance-tests NO-JIRA move RoutingType to different package 2017-02-13 09:50:41 -06:00
soak-tests Major Version Bump 2.0.0 After Major Arch Change 2016-12-09 18:43:15 +00:00
stress-tests NO-JIRA move RoutingType to different package 2017-02-13 09:50:41 -06:00
timing-tests NO-JIRA move RoutingType to different package 2017-02-13 09:50:41 -06:00
unit-tests NO-JIRA Fixing typos in log messages, test names and comments 2017-02-20 20:54:45 -05:00
pom.xml Major Version Bump 2.0.0 After Major Arch Change 2016-12-09 18:43:15 +00:00