|
RMQ - RabbitMQ C++ Library
|
An AMQP queue binding. More...
#include <rmqt_queuebinding.h>


Public Member Functions | |
| QueueBinding (const ExchangeHandle &exchange, const QueueHandle &queue, const bsl::string &bindingKey, const rmqt::FieldTable &args=rmqt::FieldTable()) | |
| const QueueHandle & | queue () const |
| const ExchangeHandle & | exchange () const |
| const bsl::string & | bindingKey () const |
| const rmqt::FieldTable & | args () const |
Friends | |
| bsl::ostream & | operator<< (bsl::ostream &os, const QueueBinding &queue) |
An AMQP queue binding.
This class represents a binding between an exchange and a queue to be declared to the RabbitMQ broker.