Python and JMS

Diez B. Roggisch deets at nospam.web.de
Mon Aug 24 05:06:00 EDT 2009


osky wrote:

> Hi all,
> 
> I would like to make a JMS client connection from Python to Progress
> Sonic ESB (JMS message provider similar to WebSphere MQ or Active
> MQ).
> 
> What would be the best way to implement that within Python 2.6 ?
> Any ideas ?

I just recently learned about JCC - a Java-wrapper-compiler for python that
is used by pylucene to embed (!) the JVM into python.

This might be one viable option. I don't know much more, though.

Diez



More information about the Python-list mailing list