/
Push Messages to a Component Queue

Push Messages to a Component Queue

Feeder components can use the queue.push function to push messages into their queue to be sent downstream to linked components.

Queued messages will be available to be dequeued and processed by all of the linked downstream components.

local MessageId = queue.push{data=Data}

This function returns a unique string identifier (the message ID) which can be used to relate messages together so you can see actions performed on a message in the Logs.

 

 

 

Related content

Sending Messages Between Components
Sending Messages Between Components
More like this
Send Messages to a Target Component Translators
Send Messages to a Target Component Translators
More like this
Developing in the Translator
Developing in the Translator
Read with this
Reposition the queue to replay messages
Reposition the queue to replay messages
More like this
What is a VMD File?
What is a VMD File?
Read with this
Resubmit a Log Message
Resubmit a Log Message
More like this