jbertram commented on code in PR #4586:
URL: https://github.com/apache/activemq-artemis/pull/4586#discussion_r1309111781


##########
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/wireformat/CreateQueueMessage_V2.java:
##########
@@ -450,6 +468,9 @@ public void decodeRest(final ActiveMQBuffer buffer) {
       if (buffer.readableBytes() > 0) {
          groupRebalancePauseDispatch = 
BufferHelper.readNullableBoolean(buffer);
       }
+      if (buffer.readableBytes() > 0) {
+         internal = BufferHelper.readNullableBoolean(buffer);
+      }

Review Comment:
   After thinking about this some more I'm going in a different direction. 
Thanks for the feedback!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to