Classes | |
class | BasicMessageChannel |
Messaging implementation using AMQP 0-8 BasicMessageChannel class to send and receiving messages. More... | |
class | ClientAdapter |
Per-channel protocol adapter. More... | |
class | Channel |
Represents an AMQP channel, i.e. More... | |
class | Exchange |
A 'handle' used to represent an AMQP exchange in the Channel methods. More... | |
class | Message |
A representation of messages for sent or recived through the client api. More... | |
class | Queue |
A 'handle' used to represent an AMQP queue in the Channel methods. More... | |
class | Connection |
Represents a connection to an AMQP broker. More... | |
class | IncomingMessage |
Manage incoming messages. More... | |
class | MessageChannel |
Abstract interface for messaging implementation for a channel. More... | |
class | MessageListener |
An interface through which asynchronously delivered messages can be received by an application. More... | |
class | MessageMessageChannel |
Messaging implementation using AMQP 0-9 MessageMessageChannel class to send and receiving messages. More... | |
class | MethodBodyInstances |
A list of method body instances that can be used to compare against incoming bodies. More... | |
class | ResponseHandler |
Holds a response from the broker peer for the client. More... | |
class | ReturnedMessageHandler |
An interface through which returned messages can be received by an application. More... | |
class | InProcessBrokerClient |
An in-process client+broker all in one. More... | |
Enumerations | |
enum | AckMode { NO_ACK = 0, AUTO_ACK = 1, LAZY_ACK = 2, CLIENT_ACK = 3 } |
The available acknowledgements modes. More... | |
Variables | |
static MethodBodyInstances | method_bodies (8, 0) |
The key classes that form the basis of the client API to be used by applications are Connection and Channel.