Author: jstrachan
Date: Wed Mar 15 15:18:24 2006
New Revision: 386208

URL: http://svn.apache.org/viewcvs?rev=386208&view=rev
Log:
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

Modified:
    incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
    incubator/activemq/trunk/assembly/src/release/example/conf/activemq.xml

Modified: incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
URL: 
http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/src/release/conf/activemq.xml?rev=386208&r1=386207&r2=386208&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ incubator/activemq/trunk/assembly/src/release/conf/activemq.xml Wed Mar 15 
15:18:24 2006
@@ -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>

Modified: 
incubator/activemq/trunk/assembly/src/release/example/conf/activemq.xml
URL: 
http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/src/release/example/conf/activemq.xml?rev=386208&r1=386207&r2=386208&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/example/conf/activemq.xml 
(original)
+++ incubator/activemq/trunk/assembly/src/release/example/conf/activemq.xml Wed 
Mar 15 15:18:24 2006
@@ -10,7 +10,7 @@
     <transportConnectors>
       <transportConnector uri="tcp://localhost:61616"/>
       
-      <transportConnector uri="stomp://localhost:61617"/>
+      <transportConnector uri="stomp://localhost:61613"/>
     </transportConnectors>
         
   </broker>


Reply via email to