Re: Monitoring ActiveMQ with JMX

2019-07-15 Thread Andres Tarallo
I've finally manage to get it working. My poor understanding of JMX plus a misconfiguration prevented from working right. I´ve fixed and tested with nagios plugin check_jmx. Thanks, Andrés El vie., 12 jul. 2019 a las 23:22, Tim Bain () escribió: > Does netstat show a server socket on port 109

Re: Monitoring ActiveMQ with JMX

2019-07-12 Thread Tim Bain
Does netstat show a server socket on port 1099? If not, does your service script actually use that variable you're defining? And does it overwrite it and lose your content somewhere before it starts the ActiveMQ process? If so, you'll need to tell us more about how you're trying to connect. Tim

Re: Monitoring ActiveMQ

2016-04-13 Thread James A. Robinson
Through the JMX service there are an extensive number of mbeans available to determine the state of the broker and its queues and topics: http://activemq.apache.org/jmx.html It possible to access the JMX MBeans over HTTP, and of course you can use tools that make direct use of the JMX service. Fo

Re: Monitoring ActiveMQ

2016-04-13 Thread R.I.Pienaar
/check_activemq_queue.rb they're for use with nagios and needs the ruby stomp lib - and stomp on your broker. - Original Message - > From: "Quinn Stevenson" > To: "users" > Cc: "barry barnett" > Sent: Wednesday, 13 April, 2016 15:49:13 > Subject: Re: M

Re: Monitoring ActiveMQ

2016-04-13 Thread Quinn Stevenson
+91 2261178196 > Cell: +91 7045306767 > > > > -Original Message- > From: Quinn Stevenson [mailto:qu...@pronoia-solutions.com] > Sent: 13 April 2016 19:08 > To: users@activemq.apache.org > Cc: barry.barn...@wellsfargo.com > Subject: Re: Monitoring ActiveMQ > >

RE: Monitoring ActiveMQ

2016-04-13 Thread Vishwakarma, Chhaya
-solutions.com] Sent: 13 April 2016 19:08 To: users@activemq.apache.org Cc: barry.barn...@wellsfargo.com Subject: Re: Monitoring ActiveMQ I’ve used Splunk a few times with my customers - it was pretty easy to get going. I’ve used Splunk scripted inputs to pull data from the ActiveMQ Statistics plugin

Re: Monitoring ActiveMQ

2016-04-13 Thread Quinn Stevenson
nter - India > Think Big > chhaya.vishwaka...@thinkbiganalytics.com > > Desk: +91 2261178196 > Cell: +91 7045306767 > > > -Original Message- > From: barry.barn...@wellsfargo.com [mailto:barry.barn...@wellsfargo.com] > Sent: 11 April 2016 17:48 > To: use

RE: Monitoring ActiveMQ

2016-04-13 Thread Vishwakarma, Chhaya
: +91 2261178196 Cell:   +91 7045306767 -Original Message- From: barry.barn...@wellsfargo.com [mailto:barry.barn...@wellsfargo.com] Sent: 11 April 2016 17:48 To: users@activemq.apache.org; users@activemq.apache.org Subject: RE: Monitoring ActiveMQ RHQ is a good tool! Regards, Barry

RE: Monitoring ActiveMQ

2016-04-11 Thread barry.barnett
RHQ is a good tool! Regards, Barry Barnett Enterprise Queuing Services | QS4U Cell: 803-207-7452 -Original Message- From: Vishwakarma, Chhaya [chhaya.vishwaka...@thinkbiganalytics.com] Sent: Monday, April 11, 2016 07:10 AM Central Stan

Re: Monitoring ActiveMQ queue sizes via StatisticsPlugin

2011-07-09 Thread Jens Bräuer
Hi everyone, I found the root-cause of my issue. Maybe this will save somebody else time ;-) The root cause was, that there as not a single queue. While the documentation (http://activemq.apache.org/statisticsplugin.html) mentions something about multiple results, it could be more detailed here

Re: Monitoring ActiveMQ queue sizes via StatisticsPlugin

2011-07-05 Thread Dejan Bosanac
Hm, it should work. Can you turn on debug logging and see if there's anything there to indicate the problem. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.

Re: Monitoring activemq connection

2009-06-30 Thread Gary Tully
you may want to configure an inactivityTimeout to ensure that a broker network is promptly recognised: see: http://activemq.apache.org/configuring-wire-formats.html 2009/6/30 Tim Sparg > > hi all > > We have an application that receives a lot more messages than it sends. It > sends an appropriat