michaelpearce-gain edited a comment on issue #2872: ARTEMIS-2531: Fix filter in FederatedQueue to prevent infinite consumer creation in a circular or bidrectional setup URL: https://github.com/apache/activemq-artemis/pull/2872#issuecomment-546574847 @cshannon so thats why the metadata flag exists, FederatedQueueConsumer.FEDERATION_NAME is put on the session meta data see FederatedQueueConsumer,, which is added . nowhere in code base can i find anything appending a "hyphenated_props" . If anything it could be that FederatedQueueConsumer.FEDERATION_NAME + " IS NOT NULL" is wrong and actually should be FederatedQueueConsumer.FEDERATION_NAME + " IS NULL" still just trying to understand the problem, but i dont see or get where having "hyphenated_props" comes in at all.
---------------------------------------------------------------- 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
