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?

 S.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to