You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/01/26 21:16:50 UTC

[GitHub] [activemq-artemis] michaelandrepearce commented on a change in pull request #2951: Artemis-2563 Add option to create queue on all active clustered nodes

michaelandrepearce commented on a change in pull request #2951: Artemis-2563 Add option to create queue on all active clustered nodes
URL: https://github.com/apache/activemq-artemis/pull/2951#discussion_r371029953
 
 

 ##########
 File path: artemis-server/src/main/java/org/apache/activemq/artemis/core/settings/impl/AddressSettings.java
 ##########
 @@ -1192,6 +1212,8 @@ public void encode(ActiveMQBuffer buffer) {
       BufferHelper.writeNullableBoolean(buffer, defaultLastValueQueue);
 
       BufferHelper.writeNullableLong(buffer, redistributionDelay);
+      
+      BufferHelper.writeNullableBoolean(buffer, clusteredQueues);
 
 Review comment:
   this cannot be added here, new bits in the journal must ALWAYS be at the end for compatibility reasons

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services