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:
[email protected]
With regards,
Apache Git Services