ActiveMQ web console

2015-12-02 Thread A.Marchand
We started a web based monitoring console for ActiveMQ using the AngularJS framework via the Jolokia API that includes most of the functions of the one included by default with ActiveMQ. It also integrates an internal stomp client. It is easily customisable to fit a particular project based on

Re: Stress & Load Testing

2015-12-02 Thread Michael Priess
If you not have a problem to use Scala. Gatling provide a JMS extension which support ActiveMQ. But I never tested it. http://gatling.io/docs/2.1.1/jms.html Michael 2015-12-02 15:41 GMT+01:00 Basmajian, Raffi : > I'm looking for test harnesses to perform soak, stress,

Messages stuck in queue which are not expired

2015-12-02 Thread Martin C.
Hi, We've ran into some problems since we updated to Activemq 5.12.1. Our most busy queue has stuck messages which also do NOT expire. The queue has around 200 producers (each producer has it's own message group, making sure messages of a producer do not overtake each other) which send

Stress & Load Testing

2015-12-02 Thread Basmajian, Raffi
I'm looking for test harnesses to perform soak, stress, performance, and load testing on ActiveMQ. Found some stuff for Artemis, not ActiveMQ, Raffi This e-mail transmission may contain information that is proprietary, privileged and/or confidential and is intended exclusively for the

RE: Stress & Load Testing

2015-12-02 Thread Basmajian, Raffi
Thanks, Michael, looks interesting, -Original Message- From: digitalover...@googlemail.com [mailto:digitalover...@googlemail.com] On Behalf Of Michael Priess Sent: Wednesday, December 02, 2015 10:21 AM To: users@activemq.apache.org Subject: Re: Stress & Load Testing [ EXTERNAL ] If you

Re: ActiveMQ deployment

2015-12-02 Thread Rallavagu
Raffi, Thanks for the pointer. Completed a bit of reading and understanding the "updateClusterClients" option also read the blog http://bsnyderblog.blogspot.com/2010/10/new-features-in-activemq-54-automatic.html As per these options and the blog it appears to me that NOB with

Messages stuck in queue which are not expired

2015-12-02 Thread Martin Carpella
Hi, We've ran into some problems since we updated to Activemq 5.12.1. Our most busy queue has stuck messages which also do NOT expire. The queue has around 200 producers (each producer has it's own message group, making sure messages of a producer do not overtake each other) which send

Re: ActiveMQ deployment

2015-12-02 Thread Rallavagu
Raffi, BTW, I am unable to get any response from "/health" end point. Is there a configuration that is required? I have already enabled JMX. Thanks. On 12/2/15 10:57 AM, Basmajian, Raffi wrote: NoB is not an alternative to Master/Slave because they solve different problems. As I said

Re: ActiveMQ deployment

2015-12-02 Thread Rallavagu
Nice. Thanks Raffi. This is helpful. On 12/2/15 10:57 AM, Basmajian, Raffi wrote: NoB is not an alternative to Master/Slave because they solve different problems. As I said earlier, each broker exposes simple http service at http://broker:8181/health, returning simple json detailing current

RE: ActiveMQ deployment

2015-12-02 Thread Basmajian, Raffi
NoB is not an alternative to Master/Slave because they solve different problems. As I said earlier, each broker exposes simple http service at http://broker:8181/health, returning simple json detailing current master or slave. F5 performs GET request on these http endpoints every 5s and

Re: Possible memory leak with ActiveMQ-CPP

2015-12-02 Thread spamtrap
On Fri, 27 Nov 2015 08:30:51 -0500, Timothy Bish wrote: >On 11/27/2015 03:38 AM, spam trap wrote: >> On Thu, 26 Nov 2015 09:03:35 -0500, Timothy Bish >> wrote: >> >>> On 11/26/2015 08:24 AM, spamtrap wrote: On Thu, 26 Nov 2015 07:06:15 -0500,

Re: ActiveMQ deployment

2015-12-02 Thread Rallavagu
Awesome. Thanks a bunch Raffi. On 12/2/15 2:07 PM, Basmajian, Raffi wrote: No, of course not, we built a custom OSGI bundle exposing broker role for /health endpoint, it's not out-of-box, though you can use jolokia plugin which exposes JMX attributes over REST to achieve the same thing.

RE: ActiveMQ deployment

2015-12-02 Thread Basmajian, Raffi
No, of course not, we built a custom OSGI bundle exposing broker role for /health endpoint, it's not out-of-box, though you can use jolokia plugin which exposes JMX attributes over REST to achieve the same thing. Here's a typical GET request assuming jolokia plugin is enabled on the broker: