roger v1.3.2 Roger.Queue View Source
Functions related to queues.
Link to this section Summary
Functions
Given a partition and a queue type, construct the Queue’s name for RabbitMQ
Flushes all messages on the given queue
Setup channel with needed settings for correct working inside roger
Link to this section Types
Link to this type
t()
View Source
t() :: %Roger.Queue{channel: term(), confirmed: term(), consumer_tag: term(), max_workers: term(), type: term()}
Link to this section Functions
Given a partition and a queue type, construct the Queue’s name for RabbitMQ.
Flushes all messages on the given queue.
Setup channel with needed settings for correct working inside roger.