On Jan 31, 2008 10:20 AM, yrkhanal <[EMAIL PROTECTED]> wrote: > > Bruce, > Is there a way I can do ActiveMQ clustering as well. > In the present scenario if My ActiveMQ shuts down then the servicemix have > to restart to connect to it.So is there software level of clustering for > both ActiveMQ and Servicemix. > Is it possible to use embedded ActiveMQ cluster in this situation. > If yes what are the configuration I need to make. > Please describe in brief.
ActiveMQ can handle failover of the broker using the Master/Slave configuration. See the following document for more info: http://activemq.apache.org/masterslave.html But if you want reconnect, you need to change from using the jms:endpoint to using the jms:consumer in the xbean.xml configuration file. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
