Re: Artemis failback doesn't work in our scenario

2019-11-20 Thread Jo Stenberg
Network pinger solves it. Thank you! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Artemis failback doesn't work in our scenario

2019-11-19 Thread Jo Stenberg
Hi, we setup an Artemis cluster with three broker instances installed on AWS each in a different availability zones (A,B,C). Only one of the broker instances is configured as master, because Artemis message redistribution does not take message filters into account (https://activemq.apache.org/comp

Artemis GitHub repo archived?

2019-03-26 Thread jo . stenberg
Hi, I just saw the message "This repository has been archived by the owner. It is now read-only.​​" on https://github.com/apache/activemq-artemis (https://github.com/apache/activemq-artemis) and since I didn't see an announcement in the mailing list I wanted to ask if this was a mistake or

Re: [Artemis] Moving all messages from one broker cluster to another

2019-03-01 Thread jo . stenberg
Thanks Justin, I will have a look at the import/export function. this might work for us. AWS will not restart the EC2 instance if a process failure happens (JVM crash). Also the backup server is in a separate Availability Zone in case the whole AZ with the master goes down. Jo February 27, 201

[Artemis] Moving all messages from one broker cluster to another

2019-02-27 Thread jo . stenberg
Hi, we are using Artemis 2.6 clusters in AWS where a cluster consists of a master and one backup server. For upgrades we are using a blue/green deployment scheme where we setup a new cluster on two new server instances, perform functional tests etc and once done switch the loadbalancer in front

[ARTEMIS] Limit number of concurrent clients (not conumsers) that can consume from a queue

2018-09-04 Thread jo . stenberg
We want to only allow a single client instance (TCP connection) to consume from a particular queue at a time for security reasons. This client instance may create multiple consumers (with different message filters) on that queue thus we cannot use the max-consumers address settings to achieve th

Setting ClientID in Artemis Core and Artemis JMS Client

2018-06-08 Thread jo . stenberg
Hi, I am using a server-side Artemis plugin that reads the clientID from the remoteConnection. While it seems to be possible to set a client ID via AMQP1.0 with QPid JMS Client, setting the client ID in the JMS Client seems to have not any effect. remoteConnection.getClientID() in that case ret