devlinm opened a new pull request, #947: URL: https://github.com/apache/activemq/pull/947
Hi, The first commit demonstrates the bug described in AMQ-9187. The 2nd commit is a fix. The fix is very simple - swapping the order of the AdvisoryBroker and SchedulerBroker interceptors. I don't think there will be any weird side effects of doing this because the SchedulerBroker only intercepts the 'send' method whereas the AdvisoryBroker doesn't intercept that 'send' method. Let me know what you think. I would like to backport this to the 5.17 and 5.16 branches once we get this accepted into main. Thanks! regards, - Martin -- 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]
