Skip to content

Instantly share code, notes, and snippets.

@adrianhsieh
Created April 16, 2015 06:27
Show Gist options
  • Select an option

  • Save adrianhsieh/4f43f0629b3dbe5aa8ff to your computer and use it in GitHub Desktop.

Select an option

Save adrianhsieh/4f43f0629b3dbe5aa8ff to your computer and use it in GitHub Desktop.
<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