publish: Publish a message in a queue
Description
Publish a message in a queue
Usage
publish(queue, title = "", message = "")
Arguments
title
The title of the message. It can be the empty string.
message
The body of the message. It can be the empty string.