Re: Monitoring ActiveMQ

2016-04-13 Thread R.I.Pienaar
I wrote some nagios plugins: Basic alive test that sends a message and waits for a reply: https://github.com/ripienaar/monitoring-scripts/blob/master/activemq/check_activemq.rb Queue size and so check:

Re: Sync between 2 queues accross DC

2012-05-29 Thread R.I.Pienaar
- Original Message - From: Mohit Anchlia mohitanch...@gmail.com To: users@activemq.apache.org Sent: Tuesday, May 29, 2012 3:58:47 PM Subject: Re: Sync between 2 queues accross DC On Tue, May 29, 2012 at 1:02 AM, Dejan Bosanac de...@nighttale.net wrote: Network connector acts

Re: temp destinations in network of brokers

2011-11-15 Thread R.I.Pienaar
- Original Message - Hm, yeah that sounds broken. It's maybe related to the fact there is a Stomp in the mix. Can you raise an issue for this (as much details as you have) and I'll try to reproduce it. thanks, I'll try to create a set of configs that can reproduce and then open a

Re: temp destinations in network of brokers

2011-11-14 Thread R.I.Pienaar
in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, Nov 11, 2011 at 10:23 PM, R.I.Pienaar r...@devco.net wrote: hello I wish to use temp topics (or queues) in a network of brokers

temp destinations in network of brokers

2011-11-11 Thread R.I.Pienaar
on what I might do to improve the situation with temp queues or topics on networks of brokers? thanks! -- R.I.Pienaar

MySQL active/passive cluster not recovering from master power failure

2011-09-30 Thread R.I.Pienaar
the lock and was again the master. Failover never happened. Is there some tunable setting or advice you can give on improving this setup to be better resilient to failure of this nature? -- R.I.Pienaar

Re: MySQL active/passive cluster not recovering from master power failure

2011-09-30 Thread R.I.Pienaar
- Original Message - How did you simulate such error? I have tested JDBC master/slave in the past and killed -9 the master. The lock on the database was released immediately and so the slave was able to take over. Have never simulated a kernel panic though. Do you use a default

Re: MySQL active/passive cluster not recovering from master power failure

2011-09-30 Thread R.I.Pienaar
. With setting it to 60 failover happens in ~ 60 seconds. hth -- R.I.Pienaar