You might want to check Fuse Fabric http://fabric.fusesource.org/documentation/user-guide.html#ActiveMQ_Fabric It's still work in progress, but is designed for this use case. <http://fabric.fusesource.org/documentation/user-guide.html#ActiveMQ_Fabric> Regards -- Dejan Bosanac - http://twitter.com/dejanb ----------------- The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net
On Mon, Jul 11, 2011 at 10:40 AM, Sam2222 <[email protected]> wrote: > 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. >
