The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Message::Passing::AMQP::Role::BindsAQueue

DESCRIPTION

Role for components which cause a single queue to be bound to a single exchange with a single routing key.

ATTRIBUTES

bind_arguments

Gets passed to Message::Passing::AMQP::ConnectionManager, defaults to false.

bind_routing_key

Defaults to #, which matches any routing key.

CONSUMES

Message::Passing::AMQP::Role::BindsQueues
Message::Passing::AMQP::Role::DeclaresExchange
Message::Passing::AMQP::Role::DeclaresQueue