I'm upgrading Active MQ from 5.4.2 to 5.6.0 (latest available in Maven repository)
All our Unit test cases and Build goes well, however, ... on deployment we find it creating Random URL connections to tcp://127.0.0.1:<random port> We create a ConnectionFactory in Spring that uses the following adapter where the Broker URI is provided. The value given is - *tcp://localhost:61616* ; which works perfectly fine in 5.4.x but in 5.6.0 its going wonky and decides it knows best ?! :) heh Crazy! Can someone please explain whats going on and how we can fix it? -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ-5-6-0-Random-URI-Port-assignment-tp4658743.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.