Questions tagged [artemiscloud]
16 questions
3
votes
1 answer
ActiveMQ Artemis cluster does not redistribute messages after one instance crash
I have a cluster of Artemis in Kubernetes with 3 group of master/slave:
activemq-artemis-master-0 1/1 Running
activemq-artemis-master-1 1/1 Running
activemq-artemis-master-2 …

lnthai2002
- 154
- 11
3
votes
1 answer
ActiveMQ Artemis consumer does not reconnect to the same cluster node after crash
I am setting up a cluster of Artemis in Kubernetes with 3 group of master/slave:
activemq-artemis-master-0 1/1 Running
activemq-artemis-master-1 1/1 …

lnthai2002
- 154
- 11
2
votes
1 answer
Configuration for ActiveMQ Artemis cluster on many Docker containers?
I have no idea what I did wrong. I'm trying to make right configuration of ActiveMQ Artemis HA cluster on 2 docker containers, but I don't see in logs anything about "backup server" and so on. It seems to not work. I tried to make a simple Java…

Bernard Burn
- 661
- 5
- 20
2
votes
2 answers
ActiveMQ Artemis in Docker shows empty screen
Short version
When I run ActiveMQ Artemis in docker I see this basically empty screen:
That doesn't look right... I was expecting this, like I get when using the zip file:
Regardless of whether I use docker or the zip file, it doesn't matter what…

Peter V. Mørch
- 13,830
- 8
- 69
- 103
1
vote
0 answers
Artemiscloud io - connection from outside cluster
I'm using ActiveMQ Artemis deployed on a Kubernetes cluster. I use the operator https://artemiscloud.io/
This is my deployment scenario:
apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
name: ex-aao
spec:
adminUser: XXXXXXX
…

Angelo Immediata
- 6,635
- 4
- 33
- 65
1
vote
0 answers
ActiveMQ Artemis redistribution of messages on wildcard queue changes destination
I have setup a cluster of 3 master/slave Artemis 2.17.0 in Kubernetes with config like this: