Hi, I noticed that AdvisoryBrokerTest is randomly failing. For example, here is the error
2026-01-27T14:10:54.4229847Z [ERROR] AdvisoryBrokerTest>CombinationTestSupport.runBare:107->testConsumerAdvisoriesReplayed:175 ClassCast class org.apache.activemq.command.ConsumerInfo cannot be cast to class org.apache.activemq.command.RemoveInfo (org.apache.activemq.command.ConsumerInfo and org.apache.activemq.command.RemoveInfo are in unnamed module of loader 'app') I dug into it and ended up thinking it's a bug in AdvisoryBroker as opposed to the test itself. I created https://issues.apache.org/jira/browse/AMQ-9852 And the PR https://github.com/apache/activemq/pull/1641 I'd appreciate a review in case my understanding is incorrect. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com
