Update version according to OSCI-856
[packages/precise/mcollective.git] / ext / activemq / examples / multi-broker / broker3-activemq.xml
index b9366fc10910899023c696dafc30d13db49967a1..7166a2987e79db04b7a67636b1d8de048d4c6a7e 100755 (executable)
         -->
         <transportConnectors>
             <transportConnector name="openwire" uri="tcp://0.0.0.0:61616"/>
-            <transportConnector name="stomp" uri="stomp://0.0.0.0:61613"/>
+            <transportConnector name="stomp+nio" uri="stomp+nio://0.0.0.0:61613"/>
+            <!-- If using TLS, uncomment this and comment out the previous connector:
+              <transportConnector name="stomp+ssl" uri="stomp+ssl://0.0.0.0:61614?needClientAuth=true"/>
+            -->
         </transportConnectors>
     </broker>