Hi,

I try to use Active MQ on amazon EC2 Cloud environnement. I need to
add/remove broker at runtime.
On JMS client, I can't use failover like
"failover:(tcp://ip1:61600,tcp://ip2:61602)" because I didn't know neither
the number of broker nor their addresses.

So I try discovery with multicast : "discovery:(multicast://default)"
But multicast is not supported on EC2 :( 

Anyboby work on new discovery method without multicast ?
Like a system where Broker have to register their IP address on a database
at startup and client use these addresses with failover.

Or I missed something easier to use Active MQ on EC2 ? :)

Thx

Samuel

--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Discovery-without-multicast-like-on-EC2-tp3658967p3658967.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to