Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1722#discussion_r157736414
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/Packet.java
---
@@ -42,6 +42,21 @@ default int expectedEncodeSize() {
return INITIAL_PACKET_SIZE;
}
+ default boolean isRequiresResponse() {
--- End diff --
done---
