Python interface for MOM? (No, not the family-friendly person ...)

Graham Dumpleton grahamd at dscpl.com.au
Fri Sep 21 20:34:05 EDT 2001


<Tim_A_Couper at sbphrd.com> wrote in message news:<mailman.1001084551.2629.python-list at python.org>...
> Hi
> 
> Anyone know of a python interface to IBM's MQSeries - or any
> message-oriented middleware?

Depending on what aspects of MOM you are interested in, you might want
to look at OSE.

  http://ose.sourceforge.net

It doesn't have persistent message queues or transactions, but does
support message oriented request/reply and publish/subscribe functionality.

Check out the python manual on the web site.



More information about the Python-list mailing list