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
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;
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