Re: Artemis and ActiveMQ 5.x advisory messages

2021-03-09 Thread Gary Tully
This may also be an approach that can work for you, using diverts of the management notifications and redirecting to the advisory topic address, it may not be easy to dynamically change the address but it could work if the addresses in play are constrained. see: org.apache.activemq.artemis.tests.

Re: Artemis and ActiveMQ 5.x advisory messages

2021-03-03 Thread Gary Tully
not at the moment. There are a subset of advisory messages produced, but those are around temp destination creation. ideally the full set of advisories would be implemented via a broker plugin. https://activemq.apache.org/components/artemis/documentation/latest/broker-plugins.html for the consume

Artemis and ActiveMQ 5.x advisory messages

2021-03-03 Thread Florea Cosmin
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?