Re: Implementing failover for Net::Stomp

2008-03-25 Thread Simon Wistow
On Fri, Mar 21, 2008 at 02:44:00PM -0700, Dylan Vanderhoof said: > If you get this worked out, would you be willing to release your > Net::Stomp hacks? The original author of the Net::Stomp client on CPAN doesn't work with ActiveMQ any more and so has let it lapse. I had a word with him and I c

Problem with Temporary Queues

2007-04-24 Thread Simon Wistow
I seem to have run into some problems with my code and I'm trying to track down if it's a regression in my code or a change in ActiveMQ that I didn't notice. I'm attempting to send a message to a temporary queue and then wait for a reply using something like Destination destination;

Monitoring Slave broker

2007-04-19 Thread Simon Wistow
I have a pure master-slave set up and my sysadmins are trying to set up monitoring. One of the ways they're monitoring is to check to see if port 61616 is open. Obviously this works with the master but the slave naturally doesn't respond. Do you have any ideas of how to check if the slave is up