Classes | |
class | qpid::client::Channel |
Represents an AMQP channel, i.e. More... | |
class | qpid::client::Exchange |
A 'handle' used to represent an AMQP exchange in the Channel methods. More... | |
class | qpid::client::Message |
A representation of messages for sent or recived through the client api. More... | |
class | qpid::client::Queue |
A 'handle' used to represent an AMQP queue in the Channel methods. More... | |
class | qpid::client::Connection |
Represents a connection to an AMQP broker. More... | |
class | qpid::client::MessageListener |
An interface through which asynchronously delivered messages can be received by an application. More... | |
class | qpid::client::ReturnedMessageHandler |
An interface through which returned messages can be received by an application. More... | |
class | qpid::framing::FieldTable |
A set of name-value pairs. More... | |
Enumerations | |
enum | qpid::client::AckMode { qpid::client::NO_ACK = 0, qpid::client::AUTO_ACK = 1, qpid::client::LAZY_ACK = 2, qpid::client::CLIENT_ACK = 3 } |
The available acknowledgements modes. More... |
The available acknowledgements modes.