What URL should a remote client use to connect to a network of brokers configured on Servicemix. I am using same IP but different ports.
Based on this page http://activemq.apache.org/networks-of-brokers.html I have configured the URL as static:(tcp://master1.IP:61616,tcp://master1.IP:61617) But I get this exception when the client tries to send message javax.jms.JMSException: Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Transport scheme NOT recognized: [static]; Thanks.. -- View this message in context: http://old.nabble.com/Client-URL-for-a-network-of-brokers-tp27866523p27866523.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
