Hello,I have a C++ client connected to ActiveMQ 5.15. The client has a consumer for ActiveMQ.Advisory.Consumer.Topic.A. I want to use the same client code with Artemis, but Artemis doesn't send the same Advisory messages. Is it possible to reuse the client with Artemis without code changes?
Thank you.