Re: ActiveMQ or Artemis in a Docker Swarm?

2017-04-28 Thread Hadrian Zbarcea
We use ActiveMQ 5, not Artemis, with Docker with large numbers of brokers. Not swarm but Rancher and Cattle, and we are in process of moving, again not to swarm but to Kubernetes. It's running in Karaf (not Tomcat) using blueprints (not spring) and we have karaf ConfigAdmin bundles that make t

Re: ActiveMQ or Artemis in a Docker Swarm?

2017-04-28 Thread Victor
I haven't done it specifically for docker swarm, but you could take a look and adapt my approach for Kubernetes: https://github.com/vromero/charts/tree/gh-pages/activemq-artemis 2017-04-27 6:21 GMT-07:00 Lachezar Dobrev : > Hello all. > I'm just beginning with Docker Swarm and am wondering t

ActiveMQ or Artemis in a Docker Swarm?

2017-04-27 Thread Lachezar Dobrev
Hello all. I'm just beginning with Docker Swarm and am wondering the following: I have an application (.war for Tomcat, based on Springframework) that has an embedded Artemis to allow communication between Web Socket handlers. The application is like a multi-user chat, and uses a Topic to sen