Skip to content

Instantly share code, notes, and snippets.

@javaduke
Created December 16, 2011 14:58
Show Gist options
  • Save javaduke/1486362 to your computer and use it in GitHub Desktop.
Save javaduke/1486362 to your computer and use it in GitHub Desktop.
<flow name="jBPMProcess">
<composite-source>
<vm:inbound-endpoint path="in" exchange-pattern="request-response"/>
<jms:inbound-endpoint ref="UnsortedOrders"/>
</composite-source>
<bpm:process processName="WarehouseRouting" processDefinition="warehouse-routing-process.jpdl.xml"/>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment