Thanks, I figured out that and it worked.I mean i could start tow servicemix instance in two containers . Now if the client sends message to the servicemix what is the response behaviour.I mean how will tow response back. Also do I have to explicitly say flowName="jms" and specify url pateren as well or is that the default.
Regards, Yogaraj Christian Schneider wrote: > > Hi, > > the problem is that your two containers have the same name. To > distingiush them you have to give them different names. > > You can set this up in the servicemix.xml. > > Best you look into the cluster example: > <sm:container id="jbi" name="poller" ... > <sm:container id="jbi" name="writer" ... > > Best regards > > Christian > > yrkhanal schrieb: >> Hi, >> I am trying to cluster two servicemix containers using the one external >> activemq message broker. >> When I am starting the second container its giving this error >> message.Please >> suggest. >> >> ERROR - JMSFlow - Failed to initialize JMSFlow >> javax.jms.InvalidClientIDException: Broker: localhost - Client: >> ServiceMix >> already connected from /127.0.0.1:2050 >> > > > -- > > Christian Schneider > --- > http://www.liquid-reality.de > > > -- View this message in context: http://www.nabble.com/Clustering-two-servicemix-container-with-one-activemq-message-broker-tp15159498s12049p15162286.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
