RE: Implementing failover for Net::Stomp

2008-03-21 Thread Ramit Arora
Sure thing man, but I'll have to work this thing out first I think it can be achieved if the broker sends the client an ERROR frame when it detects a shutdown in progress. My experiments show that the broker currently does not send any notification to a Stomp client while shutting down. Can so

RE: Implementing failover for Net::Stomp

2008-03-21 Thread Dylan Vanderhoof
If you get this worked out, would you be willing to release your Net::Stomp hacks? I'm desperatly needing HA for my perl publishers (and subscribers for that matter), but I don't have the hours to do it in house at the moment. -D > -Original Message- > From: Ramit Arora [mailto:[EMAIL

Implementing failover for Net::Stomp

2008-03-21 Thread Ramit Arora
Hi, I am using ActiveMQ 5.0.0. My application requires Perl publishers & Java subscribers. Since HA is a necessity, I wish to implement failover capability in the Net::Stomp client for Perl. I've already come up with a basic solution, but I am facing the following problem: I use the pipe broken s

Stomp w/ ssl client

2008-03-21 Thread jzhang1
After I configed message broker with stomp+ssl @ 61613 and ssl @61616. I am able to write a java jms client to using ssl. But does someone know whether perl stomp client support ssl, if so, how to achieve it ? Thanks -- View this message in context: http://www.nabble.com/Stomp-w--ssl-client-tp

Re: factory:java.io.IOException: Could not find factory class for resource: META-INF/services/org...

2008-03-21 Thread aslam
None of the jars have the 'vm' file where it's expected: META-INF/services/org/apache/activemq/broker/vm META-INF/services/org/apache/activemq/broker/ has only the following four files: - agent - broker - properties - xbean There's a 'vm' file in META-INF/services/org/apache/activemq/transport.