michaelandrepearce commented on code in PR #4194:
URL: https://github.com/apache/activemq-artemis/pull/4194#discussion_r965338301


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/ClusterConnectionBridge.java:
##########
@@ -251,29 +251,31 @@ private void setupNotificationConsumer() throws Exception 
{
 
          SimpleString notifQueueName = new SimpleString(qName);
 
-         SimpleString filter = new 
SimpleString(ManagementHelper.HDR_BINDING_TYPE + "<>" +
-                                                   BindingType.DIVERT.toInt() +
+         SimpleString filter = new SimpleString("(" + 
ManagementHelper.HDR_BINDING_TYPE + " <> " + BindingType.DIVERT.toInt() +

Review Comment:
   Why did this existing test have to change? I would expect to not be a break 
change existing tests are left as was to ensure no break



-- 
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