1 #ifndef QPID_CLIENT_CONNECTION_H
2 #define QPID_CLIENT_CONNECTION_H
31 #include "boost/function.hpp"
67 boost::function<void ()> failureCallback;
71 boost::shared_ptr<ConnectionImpl>
impl;
105 const std::string& uid =
"",
106 const std::string& pwd =
"",
107 const std::string& virtualhost =
"/",
uint16_t maxFrameSize=65535);
127 const std::string& uid =
"",
128 const std::string& pwd =
"",
129 const std::string& virtualhost =
"/",
uint16_t maxFrameSize=65535);
221 friend struct ConnectionAccess;
#define QPID_CLIENT_CLASS_EXTERN
AMQP 0-10 session API with keyword arguments.
Settings for a Connection.
An AMQP URL contains a list of addresses.
Base class for handles to an AMQP session.
Represents a connection to an AMQP broker.
boost::shared_ptr< ConnectionImpl > impl
This file was automatically generated from the AMQP specification.
#define QPID_CLIENT_EXTERN