Publish a message in a queue
publish(queue, title = "", message = "")
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.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