Update version according to OSCI-856
[packages/precise/mcollective.git] / ext / activemq / examples / single-broker / activemq.xml
index 7f9e9f833815bcea67c2679c2fe58e9f6b9d0e05..6779d7397049deac207149b3f1fd716ddcd33fcf 100644 (file)
         -->
         <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>