Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1697#discussion_r155747541
--- Diff:
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/jms2client/BodyTest.java
---
@@ -59,13 +58,19 @@ public void testBodyConversion() throws Throwable {
producer.send(bytesMessage);
Message msg = cons.receiveNoWait();
- assertNotNull(msg);
--- End diff --
this should be kept.---
