Application API for an AMQP client


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...

Enumeration Type Documentation

enum qpid::client::AckMode

The available acknowledgements modes.

Enumerator:
NO_ACK  No acknowledgement will be sent, broker can discard messages as soon as they are delivered to a consumer using this mode.
AUTO_ACK  Each message will be automatically acknowledged as soon as it is delivered to the application.
LAZY_ACK  Acknowledgements will be sent automatically, but not for each message.
CLIENT_ACK  The application is responsible for explicitly acknowledging messages.


Generated on Tue Apr 17 14:22:07 2007 for Qpid by  doxygen 1.4.7