#include <FailoverExchange.h>
Inherits qpid::broker::Exchange.
Public Member Functions | |
FailoverExchange (management::Manageable *parent) | |
void | setUrls (const std::vector< Url > &) |
std::string | getType () const |
bool | bind (broker::Queue::shared_ptr queue, const std::string &routingKey, const framing::FieldTable *args) |
bool | unbind (broker::Queue::shared_ptr queue, const std::string &routingKey, const framing::FieldTable *args) |
bool | isBound (broker::Queue::shared_ptr queue, const std::string *const routingKey, const framing::FieldTable *const args) |
void | route (broker::Deliverable &msg, const std::string &routingKey, const framing::FieldTable *args) |
Static Public Attributes | |
static const std::string | TYPE_NAME |
Definition at line 38 of file FailoverExchange.h.