Skip to content

Instantly share code, notes, and snippets.

@nialdarbey
Created April 6, 2012 15:32
Show Gist options
  • Save nialdarbey/2320814 to your computer and use it in GitHub Desktop.
Save nialdarbey/2320814 to your computer and use it in GitHub Desktop.
<composite-source>
<vm:inbound-endpoint path="createStory" exchange-pattern="one-way" doc:name="createStory"/>
<jms:inbound-endpoint queue="error.createStory" connector-ref="Active_MQ" doc:name="error.createStory" />
</composite-source>
<until-successful objectStore-ref="createStoryObjectStore" maxRetries="12" secondsBetweenRetries="300">
...
</until-successful>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment