Skip to content

Instantly share code, notes, and snippets.

@hguerrero
Created April 6, 2017 21:43
Show Gist options
  • Save hguerrero/a968e5a8b3aa5555b8250484f3080ced to your computer and use it in GitHub Desktop.
Save hguerrero/a968e5a8b3aa5555b8250484f3080ced to your computer and use it in GitHub Desktop.
activemq config
<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