I deploy ActiveMQ Artemis 2.20.0 with a user & password for the web console but once login is attempted the server logs show that the user is automatically logged out. I attach the server logs here:
CodePudding user response:
I discovered that a HA deployment of ActiveMQ Artemis (4 Pods in a cluster) in Kubernetes should be exposed using LoadBalancer (or Nodeport) but not Ingress. The Ingress exposure is not stable
CodePudding user response:
Hawtio uses a global session id so you can not access concurrently to multiple broker consoles. When you try to access to a second broker console you will get disconnected from the first broker console.