1 #ifndef _management_ConnectionSettings_h
2 #define _management_ConnectionSettings_h
#define QPID_COMMON_EXTERN
std::string virtualhost
Allows an AMQP 'virtual host' to be specified for the connection.
std::string username
The username to use when authenticating the connection.
unsigned int minSsf
Minimum acceptable strength of any SASL negotiated security layer.
unsigned int maxSsf
Maximum acceptable strength of any SASL negotiated security layer.
std::string service
SASL service name.
std::string mechanism
The SASL mechanism to use when authenticating the connection; the options are currently PLAIN or ANON...
std::string locale
Allows a locale to be specified for the connection.
Settings for a Connection.
uint16_t maxFrameSize
The maximum frame size that the client will request for this connection.
unsigned int bounds
Limit the size of the connections send buffer .
uint16_t heartbeat
Allows a heartbeat frequency to be specified.
uint16_t maxChannels
The maximum number of channels that the client will request for use on this connection.
bool tcpNoDelay
If true, TCP_NODELAY will be set for the connection.
uint16_t port
The port to connect to (defaults to 5672).
This file was automatically generated from the AMQP specification.
std::string host
The host (or ip address) to connect to (defaults to 'localhost').
std::string protocol
The protocol used for the connection (defaults to 'tcp')
std::string password
The password to use when authenticating the connection.
virtual ~ConnectionSettings()