tabish121 commented on PR #4684: URL: https://github.com/apache/activemq-artemis/pull/4684#issuecomment-1828480094
This seems like it may introduce a different issue as the code appears to be attempting to prevent multiple federated consumers from being created when more than one local consumer matches on the same rule, by moving the increment you effectively only increment it once when a consumer is created (which would negate the need for the counter in the first place) and then as soon as one match goes away the federated resource gets removed, not after all matches do. -- 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]
