Apache Qpid C++ API
Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation

Qpid C++ Client API


Classes

class  qpid::client::Completion
 Asynchronous commands that do not return a result will return a Completion. More...
class  qpid::client::Connection
 Represents a connection to an AMQP broker. More...
class  qpid::client::LocalQueue
 A local queue to collect messages retrieved from a remote broker queue. More...
class  qpid::client::Message
 A message sent to or received from the broker. More...
class  qpid::client::MessageListener
 Implement a subclass of MessageListener and subscribe it using the SubscriptionManager to receive messages. More...
class  qpid::client::SubscriptionManager
 A class to help create and manage subscriptions. More...
class  qpid::client::TypedResult< T >
 Returned by asynchronous commands that return a result. More...
class  qpid::framing::FieldTable
 A set of name-value pairs. More...
class  qpid::framing::FieldValueException
 Exception that is the 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...
class  qpid::client::AsyncSession_0_10
 AMQP 0-10 session API with keyword arguments. More...
class  qpid::client::Session_0_10
 AMQP 0-10 session API with keyword arguments. More...

Typedefs

typedef AsyncSession_0_10 qpid::client::AsyncSession
 AsyncSession is an alias for Session_0_10.
typedef Session_0_10 qpid::client::Session
 Session is an alias for Session_0_10.

Typedef Documentation

typedef AsyncSession_0_10 qpid::client::AsyncSession

AsyncSession is an alias for Session_0_10.

Definition at line 34 of file AsyncSession.h.

typedef Session_0_10 qpid::client::Session

Session is an alias for Session_0_10.

Definition at line 34 of file Session.h.


Qpid C++ API Reference
Generated on Thu Mar 19 15:24:03 2009 for Qpid C++ Client API by doxygen 1.5.7.1