Created
April 3, 2015 06:47
-
-
Save adrianhsieh/479bea96bdd0abc21b15 to your computer and use it in GitHub Desktop.
idempotent filter configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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