Skip to content

Instantly share code, notes, and snippets.

@ricston-git
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricston-git/ec1c772ca6ee3507205d to your computer and use it in GitHub Desktop.
Save ricston-git/ec1c772ca6ee3507205d to your computer and use it in GitHub Desktop.
wmq mule requester
<flow name="wmqMessageRequester">
<wmq:inbound-endpoint queue="REQUEST.QUEUE"
connector-ref="wmqconnector" doc:name="WMQ" />
<object-to-string-transformer/>
<logger doc:name="Logger" message="RECEIVED WMQ MESSAGE: #[payload]" />
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment