Re: ActiveMQ: Strange Consumer Pattern

2021-03-03 Thread Tim Bain
Can you please submit a bug in JIRA for this behavior? If you're interested in digging in and doing the investigation and the fix, that's great, but let's get the problem captured, along with enough information to reproduce the problem and test a fix. If you're interested in doing that, you might w

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?