Package qpid :: Package messaging :: Module endpoints
[frames] | no frames]

Module endpoints

source code

A high level messaging API for python.

Areas that still need work:

Classes
Endpoint
Base class for all endpoint objects types.
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.
Sender
Sends outgoing messages.
Receiver
Receives incoming messages from a remote source.