You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/10/26 12:49:20 UTC

svn commit: r1634306 - /tomee/site/trunk/content/activemq.xml

Author: andygumbrecht
Date: Sun Oct 26 11:49:20 2014
New Revision: 1634306

URL: http://svn.apache.org/r1634306
Log:
Names

Modified:
    tomee/site/trunk/content/activemq.xml

Modified: tomee/site/trunk/content/activemq.xml
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/activemq.xml?rev=1634306&r1=1634305&r2=1634306&view=diff
==============================================================================
--- tomee/site/trunk/content/activemq.xml (original)
+++ tomee/site/trunk/content/activemq.xml Sun Oct 26 11:49:20 2014
@@ -22,7 +22,7 @@
 
   <broker xmlns="http://activemq.apache.org/schema/core"
           useJmx="true"
-          brokerName="spectrum"
+          brokerName="mybroker"
           useShutdownHook="false"
           persistent="true"
           start="false"
@@ -45,7 +45,9 @@
 
     <!-- The transport connectors ActiveMQ will listen to -->
     <transportConnectors>
-      <transportConnector name="vm" uri="vm://spectrum?waitForStart=30000&amp;async=true"/>
+      <!--Local broker-->
+      <transportConnector name="vm" uri="vm://mybroker?waitForStart=30000&amp;async=true"/>
+      <!--Allow remote connections-->
       <transportConnector name="nio" enableStatusMonitor="true" uri="nio://0.0.0.0:54545?soTimeout=60000&amp;daemon=true&amp;keepAlive=true&amp;connectionTimeout=120000&amp;wireFormat.tcpNoDelayEnabled=true&amp;wireFormat.maxInactivityDuration=240000&amp;wireFormat.maxInactivityDurationInitalDelay=120000"/>
     </transportConnectors>