Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleYou can relate messages together using message id that is returned from queue.push{data=Message}

This is how you do it:

Code Block
local MessageId = queue.push{data="A message"}
iguana.logInfo("This is associated with tahtthat message.", MessageId)   

That’s it! Simple and powerful.