1 #ifndef QPID_CLIENT_CONNECTIONSETTINGS_H
2 #define QPID_CLIENT_CONNECTIONSETTINGS_H
std::string virtualhost
Allows an AMQP 'virtual host' to be specified for the connection.
framing::FieldTable clientProperties
Passed as client-propreties on opening the connecction.
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.
#define QPID_CLIENT_CLASS_EXTERN
unsigned int bounds
Limit the size of the connections send buffer .
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).
bool tcpNoDelay
If true, TCP_NODELAY will be set for the connection.
std::string username
The username to use when authenticating the connection.
unsigned int maxSsf
Maximum acceptable strength of any SASL negotiated security layer.
std::string mechanism
The SASL mechanism to use when authenticating the connection; the options are currently PLAIN or ANON...
A set of name-value pairs.
#define QPID_CLIENT_EXTERN
std::string locale
Allows a locale to be specified for the connection.
std::string service
SASL service name.
uint16_t maxFrameSize
The maximum frame size that the client will request for this connection.
std::string password
The password to use when authenticating the connection.
std::string protocol
The protocol used for the connection (defaults to 'tcp')
unsigned int minSsf
Minimum acceptable strength of any SASL negotiated security layer.
std::string sslCertName
SSL cert-name for the connection.
Settings for a Connection.