Skip to content

Instantly share code, notes, and snippets.

@javaduke
Created December 16, 2011 14:51
Show Gist options
  • Save javaduke/1486335 to your computer and use it in GitHub Desktop.
Save javaduke/1486335 to your computer and use it in GitHub Desktop.
<mule-send name="sendToWarehouseA"
expr="#{order}" endpoint="WarehouseA" exchange-pattern="one-way">
<transition to="routingSuccessful" />
</mule-send>
<mule-send name="sendToWarehouseB"
expr="#{order}" endpoint="WarehouseB" exchange-pattern="one-way">
<transition to="routingSuccessful" />
</mule-send>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment