Skip to content

Instantly share code, notes, and snippets.

@adrianhsieh
Created April 3, 2015 06:47
Show Gist options
  • Select an option

  • Save adrianhsieh/479bea96bdd0abc21b15 to your computer and use it in GitHub Desktop.

Select an option

Save adrianhsieh/479bea96bdd0abc21b15 to your computer and use it in GitHub Desktop.
idempotent filter configuration
<idempotent-message-filter idExpression="#[message.inboundProperties['http.request.path']+message.payload]" doc:name="Idempotent Message">
<in-memory-store entryTTL="120000" expirationInterval="1800000"/>
</idempotent-message-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment