Package qpid :: Module api
[frames] | no frames]

Module api

A candidate high level messaging API for python.

Areas that still need work:

Classes
  timestamp
  Connection
A Connection manages a group of Sessions and connects them with a remote endpoint.
  Session
Sessions provide a linear context for sending and receiving messages, and manage various Senders and Receivers.
  Sender
Sends outgoing messages.
  Empty
Exception raised by Receiver.fetch when there is no message available within the alloted time.
  Receiver
Receives incoming messages from a remote source.
  Message
A message consists of a standard set of fields, an application defined set of properties, and some content.
Functions
 
uuid4()