Skip to content

Instantly share code, notes, and snippets.

@jamesonwildwood
Created December 3, 2015 00:24
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 jamesonwildwood/2ad9ee871d80cf2f2bc0 to your computer and use it in GitHub Desktop.
Save jamesonwildwood/2ad9ee871d80cf2f2bc0 to your computer and use it in GitHub Desktop.
Create MessageID Session Variable
<set-session-variable variableName="messageID" value="#[java.util.UUID.randomUUID().toString()]" />
<logger level="INFO" message="Received message with messageID=#[messageID] from queue my_queue"
category="com.company.myapp.flowname" doc:name="INFO" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment