Re: ActiveMQ Classic topic JMX metrics

2022-02-09 Thread Matt Pavlovich
Hello Simon- Those JMX counter metrics most definitely change. If you are using tool, such as console you may need to click ‘Refresh’ as data is going through. -Matt Pavlovich > On Feb 9, 2022, at 4:10 AM, Simon Lundström wrote: > > Hey all! > > Via JMX you can fetch metrics about e.g.

Re: ActiveMQ Classic topic JMX metrics

2022-02-09 Thread Jean-Baptiste Onofre
Hi Simon, Do you refresh the MBean attributes ? JMX is “static”, so the client has to refresh the attributes. Regards JB > Le 9 févr. 2022 à 11:10, Simon Lundström a écrit : > > Hey all! > > Via JMX you can fetch metrics about e.g. queues in ActiveMQ Classic. So > the queue somequeue have

Create console user without restart

2022-02-09 Thread Edson Richter
Artemis 2.20.0 Hawtio 2.14.0 Hawtio Core 4.15.0 Hawtio Integration 4.16.5 Hawtio OAuth 4.12.5 java.class.path /opt/apache-artemis-2.20.0/lib/artemis-boot.jar java.class.version 55.0 java.compilerj9jit29 java.fullversion 11.0.13+8 JRE 11 Linux amd64-64-Bit Compressed References

ActiveMQ Classic topic JMX metrics

2022-02-09 Thread Simon Lundström
Hey all! Via JMX you can fetch metrics about e.g. queues in ActiveMQ Classic. So the queue somequeue have the EnqueueCount attribute at org.apache.activemq:type=Broker,brokerName=activemq.su.se,destinationType=Queue,destinationName=somequeue which contains the number of messages enqueued to the

Artemis high availability in Kubernetes

2022-02-09 Thread Thai Le
Hello, We have been running artemis 2.17 with replication HA policy (1 master and 1 slave) in kubnernetes for a few months. I was advised to run artemis without HA in kubernetes since pod will be restarted anyway but my setup was a team decision so I did not make any change. Recently we had a few

Re: ActiveMQ Classic topic JMX metrics

2022-02-09 Thread Simon Lundström
If you are talking about /amq/admin/topics.jsp when you say console it's all zeroes. org.apache.activemq:type=Broker,brokerName=activemq.it.su.se,destinationType=Topic,destinationName=exampletopic does not change even if I press Refresh in JVisualVM. Same in JConsole (not that it makes any

Re: ActiveMQ Classic topic JMX metrics

2022-02-09 Thread Matt Pavlovich
How are you sending messages to the broker? > On Feb 9, 2022, at 11:12 AM, Simon Lundström wrote: > > If you are talking about /amq/admin/topics.jsp when you say console it's > all zeroes. > >

Re: Create console user without restart

2022-02-09 Thread Justin Bertram
Both of these options should work by default. I just tested a default instance of 2.20.0 by using the "user add" command and also by modifying the properties files manually. Both methods allowed me to add a user and then login with that user without restarting the broker. Do you have reload=true