Hi Pat, (Servicemix dev's correct me when I'm wrong)
I don't know whether the jms?jmsURL=xxx syntax is in the docs but here's a mailing list entry from Guillaume about it: http://www.mail-archive.com/[email protected]/msg01521.html the xxx is a standard activemq transport uri as in: http://www.activemq.org/site/configuring-transports.html a couple of examples: we typically use flowName=jms?jmsUrl=tcp://localhost:61616 in development to avoid accidentally connecting to someone servicemix instance but in production you could have something like flowName=jms?failover://(tcp://masterhost:61616,tcp://slavehost:61616)?randomize=false if you're using master / slave i'll add that to the wiki. cheers, j. On 7/11/06, apinke <[EMAIL PROTECTED]> wrote:
Hi Jamie.. I did not find any information about clustering in SM docs...Can you point out where you have read on how to configure the JMS qs ? Do you mean to say that instead of flowName=jms , we use : flowName = jms?jmsURL=tcp://192.168.1.55:61616 though I have yet to try this , I did not find any docs related to this on the SM wiki.. Thanks Pat -- View this message in context: http://www.nabble.com/How-to-connect-two-servicemix-which-is-running-on-different-computer--tf1916968.html#a5266197 Sent from the ServiceMix - User forum at Nabble.com.
