EXCHANGE_CREATION_KEYS | = | [:auto_delete, :durable, :internal, :nowait, :passive] | AMQP options for exchange creation | |
QUEUE_CREATION_KEYS | = | [:passive, :durable, :exclusive, :auto_delete, :no_wait] | AMQP options for queue creation | |
QUEUE_BINDING_KEYS | = | [:key, :no_wait] | AMQP options for queue bindings | |
PUBLISHING_KEYS | = | [:key, :mandatory, :immediate, :persistent, :reply_to] | AMQP options for message publishing | |
SUBSCRIPTION_KEYS | = | [:ack, :key] | AMQP options for subscribing to queues |