Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1775#discussion_r162269947
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/wireformat/SessionBindingQueryResponseMessage_V2.java
---
@@ -25,16 +25,21 @@
protected boolean autoCreateQueues;
+ protected boolean autoCreateQueuesDurable;
--- End diff --
I personally don't see why this is needed at all, if this is meant to be a
server side change only.
---