RES: Create console user without restart

2022-02-11 Thread Edson Richter
Yep... probably myselft, trying to solve something else. Enviado do Email para Windows De: Justin Bertram Enviado:sexta-feira, 11 de fevereiro de 2022 17:33 Para: users@activemq.apache.org

Re: Create console user without restart

2022-02-11 Thread Justin Bertram
I'm glad you got it working. To be clear, the default login.config should have reload=true so someone must have removed it from the login.config in your environment at some point. Justin On Fri, Feb 11, 2022 at 2:22 PM Edson Richter wrote: > Right on bullseye... I had no “reload=true” in logi

RES: Create console user without restart

2022-02-11 Thread Edson Richter
Right on bullseye... I had no “reload=true” in login.config. Adding it, works like a charm. Thank you! Edson Enviado do Email para Windows De: Justin Bertram Enviado: Wednesday, February 9, 2022 10:32:19 PM Para:

Re: ActiveMQ Classic topic JMX metrics

2022-02-11 Thread Matt Pavlovich
Server-side “Composite Topic” using a destination interceptor to route to other destinations? ..or.. Client-side “Composite Topic” where you specify multiple destinations session.createConsumer(session.createTopic(“TOPIC.A,TOPIC.B”)) ? Either way, you should see consumer counts on the destinat

Re: Artemis high availability in Kubernetes

2022-02-11 Thread Thai Le
Hi guys Thank you very much for sharing. @Vilius I have tried the artemis-operator and the setup is much simpler than my current one, although it is best used for scalability and there is no slave deployed so the HA is consider the same as option 4. The only thing prevents us from using it is the m

Re: Artemis high availability in Kubernetes

2022-02-11 Thread Jo De Troy
Gary, so an HA solution for Artemis running on Kubernetes is not worth it, as we expect Kubernetes to recover anyway? If a producer loses connection to the Artemis instance would you not lose the data? Or would a typical client try to resubmit it, or would the client/application need to be designe

Re: ActiveMQ Classic topic JMX metrics

2022-02-11 Thread Tim Bain
Do the JMX counters for the queues that make up the composite topics increment as expected? I've never used composite topics so I've got no direct experience, but I would expect the internal consumers to show up in JMX and the counters for both the topics and the consumers to increase, consistent

Re: Artemis high availability in Kubernetes

2022-02-11 Thread Gary Tully
Hello, the reconnect issue? How are your clients configured? Do they get topology from the pair of brokers on kube? -- On re-connection: failover with the Artemis jms client will only occur between pairs. It is restricted in that way to protect users of temp queues and durable subs, b/c those re

Re: ActiveMQ Classic topic JMX metrics

2022-02-11 Thread Simon Lundström
On Thu, 2022-02-10 at 14:05:42 +0100, Tim Bain wrote: > It's been a while since I've looked at the JMX beans, but I believe that > each topic consumer has its own MBean somewhere in the tree, with > individual per-consumer stats. Are those increasing even though the topic > is not? I can't find an