Good Day All,

I have written a consumer using pyactivemq, however in-terms of using a
failover connection does anyone know if this is possible? 

On the AMQ site: "
http://activemq.apache.org/failover-transport-reference.html
http://activemq.apache.org/failover-transport-reference.html " it says that
i should use:

failover:(tcp://localhost:61616,tcp://remotehost:61616)?initialReconnectDelay=100
However im uncertain as to how i go about using this. So far in the examples
of pyactivemq code that i found they mention nothing of this. So i guess im
just trying to find out if it in-fact at all possible.

Below is the example of the asynchronous listener:
http://code.google.com/p/pyactivemq/source/browse/trunk/src/examples/asynclistener.py
asynclistener.py example 

Please note i have not found a single article anywhere on Google or here
that relates to the issue (it is however possible that i may have overlooked
something).
 
Thanks in advance
-- Jahvid Williams
Software Developer. 


-- 
View this message in context: 
http://www.nabble.com/Failover-Transport---pyactivemq-tp21415972p21415972.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to