Re: activemq | cluster | metrics

2023-07-07 Thread prateekjai...@gmail.com
Thanks Justin for the feedback. I will keep that in mind. On Fri 7 Jul 2023, 20:15 Justin Bertram, wrote: > The first thing I would recommend is to read the "Performance > Considerations" [1] section of the "Clusters" chapter in the ActiveMQ > Artemis User Manual. If you want to ensure that

Re: activemq | cluster | metrics

2023-07-07 Thread Justin Bertram
The first thing I would recommend is to read the "Performance Considerations" [1] section of the "Clusters" chapter in the ActiveMQ Artemis User Manual. If you want to ensure that performance is close to optimal (i.e. messages are not being moved around the cluster very often) then you can monitor

Re: activemq | cluster | metrics

2023-07-07 Thread prateekjai...@gmail.com
Hi Justin, I am using a slightly older version of artemis (2.9.0). This is the version which is used under jboss EAP version 7.3. Regards, Prateek Jain -- EXPECTATION : Causes all troubles..

Re: activemq | cluster | metrics

2023-07-07 Thread Justin Bertram
What version of ActiveMQ are you using? Justin On Fri, Jul 7, 2023 at 4:47 AM prateekjai...@gmail.com < prateekjai...@gmail.com> wrote: > Hi All, > > I am working on an application which is right now running a single > instance of activemq. Now, due to increase in load and to improve >

Re: activemq | cluster | metrics

2023-07-07 Thread prateekjai...@gmail.com
Thanks a lot, Erwin! Yes, we do have a JMX based metrics setup. I will compare and see if we are missing anything from a cluster metric perspective. Regards, Prateek Jain -- EXPECTATION : Causes all troubles..

RE: activemq | cluster | metrics

2023-07-07 Thread Dondorp, Erwin
Prateek, Due to the design of the Artemis GUI, all data that you can see there can be retrieved using: * Java JMX * Jolokia (a REST interface on Java JMX) Additionally, you can use a Prometheus plugin to allow data collection. Many other applications (e.g. all java applications) use that, or