Skip to content

Instantly share code, notes, and snippets.

@jdeoliveira
Created July 3, 2012 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdeoliveira/3040603 to your computer and use it in GitHub Desktop.
Save jdeoliveira/3040603 to your computer and use it in GitHub Desktop.
Embedded ActiveMQ reachable from outside mule
<jms:activemq-connector name="Active_MQ" specification="1.1" brokerURL="vm:broker:(tcp://localhost:61616)?broker.persistent=false" embeddedMode="true" validateConnections="true" doc:name="Active_MQ"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment