I'm writing a simple topic subscriber for consuming advisory messages:
Subscriber receives these messages...
topic:ActiveMQ.Advisory.Connection
..but not these:
topic:ActiveMQ.Advisory.Consumer.>
topic:ActiveMQ.Advisory.Producer.>
...tried adjusting the topic, but none of these worked:
topic:Act
Any advance on this topic? I'm facing the same issue on ActiveMQ 5.15 (2017)
and I couldn't find any solution throughout this mailing list.
Thanks in advance,
Márcio
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
Hmmm, interesting. That means one of two things:
1. Following the broker restart, multiple client processes/threads are
trying to connect using the same client ID. For a given client ID, the
first process/thread to attempt the connection will succeed, and the later
ones will fail. I would expect t
Hello everybody,
I used ActiveMQ for a pub/sub system as central topic of my master thesis
and now I need to create
some kind of stress test for the broker as part of an evaluation. Ideally,
Id like to have a setup with innumerable topics, subscribers and publishers.
By now, I just have a basic s
> Does restarting the broker without enabling link stealing also let you work
> around the problem?
Unfortunately No. Restarting broker also doesn't solve the problem. Only
when you restart it with link stealing resolves the issue.
Thanks,
Anuj
--
Sent from: http://activemq.2283324.n4.nabble.
Hm.
I have had experience with running (embedded) Artemis (in
Springframework) in a Docker Swarm. Most of what I had tried failed.
The main reason was that the virtual network adapters that are
available (sans any commercial and third-party ones) do not support
broadcast/multicast so dynamic di
Thanks.
I am looking now at Artemis and got it running through Rancher and Docker
Swarm.
Has anyone got information about service discovery for Artemis with Docker
Swarm?
Looking at the Kubernetes example I need to use some XSLT templates at
deployment to create the right override configuration.