Another option is to use the HTTP based discovery agent. You just need to deploy the org.apache.activemq.transport.discovery.http.DiscoveryRegistryServlet to a web container on a EC2 machine. Lets assume it's been deployed to a machine called 'yourhost'.
Then configure * the brokers to advertise their connectors to http://yourhost:80/default * the clients to use discovery:(http://yourhost:80/default) Regards, Hiram FuseSource Web: http://fusesource.com/ On Mon, Jul 11, 2011 at 4: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. >
