Amqpx.Queue.status
You're seeing just the function
status
, go back to Amqpx.Queue module for more information.
Link to this function
status(chan, queue)
Specs
status(Amqpx.Channel.t(), Amqpx.Basic.queue()) :: {:ok, map()} | Amqpx.Basic.error()
Returns the message count and consumer count for the given queue.
Uses declare/3
with the :passive
option set.