Created
April 6, 2017 21:43
-
-
Save hguerrero/a968e5a8b3aa5555b8250484f3080ced to your computer and use it in GitHub Desktop.
activemq config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<bean class="org.apache.activemq.camel.component.ActiveMQComponent" id="activemq"> | |
<property name="brokerURL" value="tcp://localhost:61618"/> | |
<property name="userName" value="admin"/> | |
<property name="password" value="admin"/> | |
</bean> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment