/
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.
, multiple selections available,
Related content
Sending Messages Between Components
Sending Messages Between Components
More like this
Reposition the queue to replay messages
Reposition the queue to replay messages
More like this
Send Messages to a Target Component Translators
Send Messages to a Target Component Translators
More like this
Reposition a Queue
Reposition a Queue
More like this
Resubmit Multiple Messages
Resubmit Multiple Messages
More like this
Resubmit a Log Message
Resubmit a Log Message
More like this