What message oriented middle ware with a Python API are out there? What ones did you use and recommend (or not)?
+1
A:
I remember that some people supposedly used spread for message queues http://www.spread.org/, but I don't have any personal experience with it.
Mauli
2009-11-14 20:36:10
A:
For ActiveMQ, there are
a Python client based on the OpenWire protocol at http://hiramchirino.com/old-blog/2009/07/openwire-python-client-for-activemq.html
many Python clients based on the Stomp protocol at http://stomp.codehaus.org/Python
mjustin
2010-01-06 15:46:37