Skip to main content

Module queue

Module queue 

Source
Expand description

Queue declarations: QueueSet and QueueConfig.

Structs§

QueueConfig
Static configuration of a single queue.

Constants§

DEFAULT_MAX_PRIORITY
Default for QueueConfig::max_priority: RabbitMQ recommends at most 10 levels.

Traits§

QueueSet
A closed set of queues, normally an enum with #[derive(Queues)] from the macros crate; the hand-written equivalent is: