| publish | R Documentation |
Publish messages in a queue
publish(queue, title = "", message = "")
queue |
The queue object. |
title |
The title of the messages. It can be the empty string. |
message |
The body of the messages. It can be the empty string.
Must be the same length as |
liteq for examples
Other liteq messages:
ack(),
consume(),
is_empty(),
list_failed_messages(),
list_messages(),
message_count(),
remove_failed_messages(),
requeue_failed_messages(),
try_consume()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.