Skip to content

Instantly share code, notes, and snippets.

@javaduke
Created December 16, 2011 14:45
Show Gist options
  • Save javaduke/1486310 to your computer and use it in GitHub Desktop.
Save javaduke/1486310 to your computer and use it in GitHub Desktop.
<jms:activemq-connector
name="jms-connector"
brokerURL="tcp://localhost:61616"
disableTemporaryReplyToDestinations="true"/>
<jms:endpoint name="UnsortedOrders"
queue="UnsortedOrders"/>
<jms:endpoint name="WarehouseA"
queue="WarehouseA"/>
<jms:endpoint name="WarehouseB"
queue="WarehouseB"/>
<vm:endpoint name="DroolsEndpoint" path="drools"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment