Skip to content

Instantly share code, notes, and snippets.

@ddossot
Created November 3, 2011 22:53
Show Gist options
  • Save ddossot/1338173 to your computer and use it in GitHub Desktop.
Save ddossot/1338173 to your computer and use it in GitHub Desktop.
jms-client-cid
<flow name="jms-client-cid">
<jms:inbound-endpoint queue="jms-client-cid" />
<logger level="INFO" message="#[string:#[context:serviceName] received:#[message:correlationId]]" />
...
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment