There is a guide on how to define local host and port for Socket.
http://activemq.apache.org/how-do-i-define-a-local-address-and-local-port-for-tcp-or-ssl.html
This looks little strange together with
TcpTransportFactory.createTransport(location,wireformat) method that is
parsing the connection str
Thanks pheitman. You already helped me figuring out what the hell is opening
this random port on 0.0.0.0. After I stopped the application port gets
closed.
Have you been able to figure out how to solve this?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Random-port-list
When I start up an activemq broker, besides listening on the configured ports
of 61616 and 8161 it is also listening on a random port. My problem is that
I can not find out how to configure the interface that it should listen on.
It listens on 0.0.0.0 which is not acceptable for my company's securi