FetchedMessage

data class FetchedMessage(val queue: String, val noAck: Boolean)

Get a single message from a queue.

Constructors

Link copied to clipboard
constructor(queue: String, noAck: Boolean)

Properties

Link copied to clipboard

Controls whether message will be acked or nacked automatically (true) or manually (false).

Link copied to clipboard

Name of the queue.