mirror of https://github.com/apache/activemq.git
switched default stomp port back to 61613 (thanks for the suggestion brian :) to avoid causing surprises for folks using stomp on 3.x or using the existing ruby stomp client. See AMQ-634 for more details
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@386208 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
36722d8774
commit
09de5a2481
|
@ -30,7 +30,7 @@
|
|||
|
||||
<transportConnectors>
|
||||
<transportConnector name="default" uri="tcp://localhost:61616" discoveryUri="multicast://default"/>
|
||||
<transportConnector name="stomp" uri="stomp://localhost:61617"/>
|
||||
<transportConnector name="stomp" uri="stomp://localhost:61613"/>
|
||||
</transportConnectors>
|
||||
|
||||
<networkConnectors>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<transportConnectors>
|
||||
<transportConnector uri="tcp://localhost:61616"/>
|
||||
|
||||
<transportConnector uri="stomp://localhost:61617"/>
|
||||
<transportConnector uri="stomp://localhost:61613"/>
|
||||
</transportConnectors>
|
||||
|
||||
</broker>
|
||||
|
|
Loading…
Reference in New Issue