Classes | |
class | qpid::client::Session_99_0 |
AMQP 99-0 session API with keyword arguments. More... | |
class | qpid::client::AckPolicy |
Policy for automatic acknowledgement of messages. More... | |
class | qpid::client::Connection |
Represents a connection to an AMQP broker. More... | |
class | qpid::client::LocalQueue |
Local representation of a remote queue. More... | |
class | qpid::client::Message |
A representation of messages for sent or recived through the client api. More... | |
class | qpid::client::MessageListener |
An interface through which asynchronously delivered messages can be received by an application. More... | |
class | qpid::client::MessageQueue |
A MessageListener implementation that simply queues up messages. More... | |
class | qpid::client::SubscriptionManager |
Utility to assist with creating subscriptions. More... | |
class | qpid::framing::FieldTable |
A set of name-value pairs. More... | |
class | qpid::framing::FieldValueException |
Exception that is base exception for all field table errors. More... | |
struct | qpid::framing::InvalidConversionException |
Exception thrown when we can't perform requested conversion. More... | |
class | qpid::framing::FieldValue |
Value that can appear in an AMQP field table. More... | |
Typedefs | |
typedef Session_99_0 | qpid::client::Session |
Session is currently just an alias for Session_99_0. |