Leonard J. Reder napisaƂ(a):

> I would like to write some Python to monitor a JMS middleware software bus.
> JMS being Java Messaging Service.  Can anyone recommend a Python
> wrapper to JMS for this?   My goal is to listen for XML being transfered
> over
> a JMS implementation.   All the applications so far are in Java.

Quick googling for "python jms" yields http://hjb.python-hosting.com/ as
1st result and for a long time this seems the only solution that works.
Unfortuantely, it's functionality is severely limited.

If you happen to use ActiveMQ, you can try to use stomp protocol, but
this isn't a standard (I don't know any other implementation of queuing
software that uses this).

-- 
Jarek Zgoda

"We read Knuth so you don't have to."
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to