Classes | |
class | Session_99_0 |
AMQP 99-0 session API with keyword arguments. More... | |
class | AckPolicy |
Policy for automatic acknowledgement of messages. More... | |
class | Channel |
THIS CLASS IS DEPRECATED AND WILL BE SHORTLY REMOVED. More... | |
class | Connection |
Represents a connection to an AMQP broker. More... | |
class | Exchange |
DEPRECATED. More... | |
class | Execution |
Provides more detailed access to the amqp 'execution layer'. More... | |
class | LocalQueue |
Local representation of a remote queue. More... | |
class | Message |
A representation of messages for sent or recived through the client api. More... | |
class | MessageListener |
An interface through which asynchronously delivered messages can be received by an application. More... | |
class | MessageQueue |
A MessageListener implementation that simply queues up messages. More... | |
class | Queue |
DEPRECATED. More... | |
class | SessionBase |
Basic session operations that are not derived from AMQP XML methods. More... | |
class | SessionCore |
Session implementation, sets up handler chains. More... | |
class | SubscriptionManager |
Utility to assist with creating subscriptions. More... | |
Typedefs | |
typedef framing::Handler< framing::FrameSet > | FrameSetHandler |
typedef Session_99_0 | Session |
Session is currently just an alias for Session_99_0. | |
Enumerations | |
enum | AckMode { NO_ACK = 0, AUTO_ACK = 1, LAZY_ACK = 2, CLIENT_ACK = 3 } |
DEPRECATED. More... | |
enum | SynchronousMode { SYNC = true, ASYNC = false } |
The key classes that form the basis of the client API to be used by applications are Connection and Channel.
DEPRECATED.
The available acknowledgements modes for Channel (now also deprecated).