Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Contains the protocol address of an AMQP broker. More...
#include <qpid/Address.h>
Public Member Functions | |
QPID_COMMON_INLINE_EXTERN | Address (const std::string &protocol_=std::string(), const std::string &host_=std::string(), uint16_t port_=0) |
Public Attributes | |
std::string | protocol |
std::string | host |
uint16_t | port |
Static Public Attributes | |
static const std::string | TCP |
static const uint16_t | AMQP_PORT =5672 |
|
inlineexplicit |