basicGet
Get a single message from a queue.
Return
AMQPResponse.Channel.Message.Get? when queue is not empty, otherwise null.
Parameters
queue
Name of the queue.
noAck
Controls whether message will be acked or nacked automatically (true
) or manually (false
).