Queueing in Python (ala JMS)

James fphsml at gmail.com
Tue Dec 20 09:41:12 EST 2005


Stefan Arentz wrote:
> Is there a JMS-like API available for Python? I would like to
> quickly receive messages through the network and then process
> those slowly in the backgound. In the Java world I would simply
> create a (persistent) queue and tell the JSM provider to run
> N messagehandlers parallel.
>
> Is something like that available for Python?

You could always use Jython or JPype.

There is a wrapper for Spread that might be interesting for you.
http://www.zope.org/Members/tim_one/spread




More information about the Python-list mailing list