Re: ActiveMQ or Artemis

2018-12-08 Thread Tim Bain
for performance but it is > not limited by this. > > > Sent from my Samsung Galaxy smartphone. > Original message From: Tim Bain > Date: 08/12/2018 02:01 (GMT+00:00) To: ActiveMQ Users < > users@activemq.apache.org> Subject: Re: ActiveMQ or Artemis > T

Re: ActiveMQ or Artemis

2018-12-08 Thread michael.andre.pearce
Date: 08/12/2018 02:01 (GMT+00:00) To: ActiveMQ Users Subject: Re: ActiveMQ or Artemis The core of the Artemis codebase is the HornetQ code that was donated to the Apache foundation several years ago, so both codebases have had their cores tested in production environments, and they've

Re: ActiveMQ or Artemis

2018-12-07 Thread Tim Bain
The core of the Artemis codebase is the HornetQ code that was donated to the Apache foundation several years ago, so both codebases have had their cores tested in production environments, and they've both had ongoing development and bug fixes, which always opens up the possibility of introducing ne

Re: ActiveMQ or Artemis

2018-12-07 Thread Francesco Nigro
AFAIK Artemis has been used with success in production in many cases: I just think that is a matter of what you search in a broker. Given that I'm biased toward performance I know what Artemis can deliver from this pov and I can say that there is no really match (with many other brokers) related to

Re: ActiveMQ or Artemis

2018-12-07 Thread trevdyck
>From what I understand Artemis is still quite new and has not been used in many production environments yet. ActiveMQ has been hardened for many years in production, so that may be something that factors into your decision. As for JMS2.0 you should look at whether 2.0 offers anything important th

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

Re: Activemq or Artemis lifecycle events

2017-01-13 Thread Justin Bertram
- Original Message - From: "preben" To: users@activemq.apache.org Sent: Friday, January 13, 2017 3:26:05 PM Subject: Re: Activemq or Artemis lifecycle events Thanks Justin I'm not so familiar with Artemis, but what would be the equivalent of activemq master/slave topology in th

Re: Activemq or Artemis lifecycle events

2017-01-13 Thread preben
Thanks Justin I'm not so familiar with Artemis, but what would be the equivalent of activemq master/slave topology in the Artemis world, would that be live backup groups (only one should be master) ? Would the eg. ActivateCallback#activationComplete callback only be called on the broker that beco

Re: Activemq or Artemis lifecycle events

2017-01-13 Thread Justin Bertram
I can only really speak in regards to Artemis as I'm only familiar with it's internals. You can implement org.apache.activemq.artemis.core.server.ActivateCallback and pass it to org.apache.activemq.artemis.core.server.ActiveMQServer#registerActivateCallback to be notified of your embedded brok