> tcp:://192.168.xx.xx:8161/ This URL has 2 colons after "tcp" which I don't believe is valid syntax. Have you tried "tcp://192.168.xx.xx:8161/" instead (with just 1 colon)?
Justin On Wed, Dec 13, 2017 at 7:40 AM, Venkat07 <[email protected]> wrote: > Hi, > > > I am using JMS-ActiveMq server for communicating two applications. > > > One application is running in one system and activemq server is running in > other remote system. I am trying to get the activemq server connection in > my > main application like, > > Instead of using "ActiveMQConnection.DEFAULT_BROKER_URL " used the > tcp:://192.168.xx.xx:8161/ > > getting exception, > > [main] WARN org.apache.activemq.transport.tcp.TcpTransportFactory - path > isn't a valid local location for TcpTransport to use > ActiveMQConnection > {id=ID:DESKTOP-HI7JQDK-60532-1513171750143-1:1,clientId= > null,started=false} > > > So please help to resolve. > > > > Thanks, > Venkat. > > > > -- > Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev- > f2368404.html >
