Good morning, i need your help on a configuration detail. Is it possibile to configurate ActiveMQ so that openwire protocol listens on both port A and port B, on the same interface ? Actually I have setup openwire transport as usual:
<transportConnector name="openwire" uri="tcp://0.0.0.0:1443?maximumConnections=10000&wireFormat.maxFrameSize=104857600"/> I wonder if is possibile to specify two entry to have for example <transportConnector name="openwire" uri="tcp://0.0.0.0:1443?maximumConnections=10000&wireFormat.maxFrameSize=104857600"/> <transportConnector name="openwire" uri="tcp://0.0.0.0:1445?maximumConnections=10000&wireFormat.maxFrameSize=104857600"/> Thanks in advance. -- View this message in context: http://activemq.2283324.n4.nabble.com/Openwire-transport-listening-on-two-or-more-different-ports-tp4689882.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.