Welcome to messaging’s documentation!

Contents:

Messaging is a set of Python modules useful to deal with messages, as used in messaging, see for instance: http://en.wikipedia.org/wiki/Enterprise_messaging_system.

The modules include a transport independent message abstraction, a versatile message generator and several message queues/spools to locally store messages.

You can download the module at the following link: http://pypi.python.org/pypi/messaging/

An Perl implementation of the same abstractions and queue algorithms is available at the following page: http://search.cpan.org/~lcons/Messaging-Message/

Copyright (C) 2013 CERN

Indices and tables

Project Versions

Table Of Contents

Next topic

Message Abstraction

This Page