Created
April 16, 2015 06:27
-
-
Save adrianhsieh/4f43f0629b3dbe5aa8ff to your computer and use it in GitHub Desktop.
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
| <enricher doc:name="Message Enricher"> | |
| <component doc:name="queue-counter"> | |
| <spring-object bean="queue-counter"/> | |
| </component> | |
| <enrich source="#[payload['${r2s.dlq}']]" target="#[flowVars['dlq-size']]"/> | |
| <enrich source="#[payload['${r2s.queue}']]" target="#[flowVars['queue-size']]"/> | |
| </enricher> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment