qpid::client Namespace Reference

The client namespace contains all classes that make up a client implementation of the AMQP protocol. More...


Classes

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  MessageListener
 An interface through which asynchronously delivered messages can be received by an application. More...
class  MethodBodyInstances
 A list of method body instances that can be used to compare against incoming bodies. More...
class  ReturnedMessageHandler
 An interface through which returned messages can be received by an application. More...

Enumerations

enum  ack_modes { NO_ACK = 0, AUTO_ACK = 1, LAZY_ACK = 2, CLIENT_ACK = 3 }
 The available acknowledgements modes. More...

Variables

static MethodBodyInstances method_bodies (8, 0)


Detailed Description

The client namespace contains all classes that make up a client implementation of the AMQP protocol.

The key classes that form the basis of the client API to be used by applications are Connection and Channel.


Generated on Thu Jan 25 11:48:15 2007 for Qpid by  doxygen 1.5.1