publish {liteq} | R Documentation |
Publish a message in a queue
Description
Publish a message in a queue
Usage
publish(queue, title = "", message = "")
Arguments
queue |
The queue object. |
title |
The title of the message. It can be the empty string. |
message |
The body of the message. It can be the empty string. |
See Also
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
[Package liteq version 1.1.0 Index]