Can someone give the definition to the term "composite URI"? I thought, failover uri containting two uri's as follows : /failover://(tcp://bla:61616,tcp://bla:61617)/ is the composite URI, but URISupport.isCompositeURI(uri) returns false on it? Meanwile, CompositeData compositeData = URISupport.parseComposite(uri); does parse the same uri nicely, returning array with two URI objects?
-- View this message in context: http://activemq.2283324.n4.nabble.com/composite-uri-tp4654365.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.