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