Re: Need help to setup failover activemq-artemis failover

2020-02-13 Thread Justin Bertram
Artemis ships with lots of examples, including examples that demonstrate failover with replication HA. Take a look in the examples/features/ha directory (e.g. examples/features/ha/replicated-transaction-failover). Keep in mind that those examples are great for getting a single HA pair set up, but

Migrate ActiveMQ v5 plugin to Artemis

2020-02-13 Thread David Martin
Hi everyone, Decided to switch to Artemis which is not going to be difficult in the main but not sure of my best option to migrate an AMQv5 broker plugin which overrides *addConsumer()* to set a new destination and a message selector using broker-side business logic based on the user credentials.

Need help to setup failover activemq-artemis failover

2020-02-13 Thread fabienlroy
Hi, After reading the docs and google, I could not find a step by step setup for a replication failover setup of activemq-artemis. What I need is hardware/network setup example with or without VIP/F5 and server XML setup example. Thanks Fabien -- Sent from: http://activemq.2283324.n4.nabble.

ActiveMQ v5 plugin migration to Artemis

2020-02-13 Thread David Martin
Hi everyone, Decided to switch to Artemis which is not going to be difficult in the main but not sure of my best option to migrate a broker plugin which overrides *addConsumer()* to set a new destination and a message selector using broker-side business logic based on the user credentials. It look