Re: Python and JMS

2009-08-24 Thread Stefan Behnel
osky wrote: > 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). Never needed this, but Google gives me this as first hit http://hjb.python-hosting.com/ and this c.l.py thread reference a little further

Re: Python and JMS

2009-08-24 Thread Diez B. Roggisch
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

Python and JMS

2009-08-24 Thread osky
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 ? Thanks Oscar -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and JMS?

2007-04-16 Thread Jarek Zgoda
Leonard J. Reder napisał(a): > Yes indeed, we are using ActiveMQ and I did see the StomPy python > package. But I also saw that it said stomp was done as a student > project that ended. Maybe I will try hjb for now - all I need to do > is listen for messages on a certain topic. > > Maybe some o

Re: Python and JMS?

2007-04-15 Thread Leonard J. Reder
Thanks Jarek, Yes indeed, we are using ActiveMQ and I did see the StomPy python package. But I also saw that it said stomp was done as a student project that ended. Maybe I will try hjb for now - all I need to do is listen for messages on a certain topic. Maybe some of our internal people will

Re: Python and JMS?

2007-04-13 Thread Jarek Zgoda
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 applicat

Python and JMS?

2007-04-12 Thread Leonard J. Reder
Hello, 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. Thank

Re: python and JMS

2006-07-30 Thread Ravi Teja
Alan Kennedy wrote: > [tksri2000] > > I am looking to use python to talk to JMS. Can some please point me to > > such resources if this is possible. > > PyHJB is the python-to-JMS gateway. ... via HJB, the HTTP JMS bridge. > http://hjb.python-hosting.com/ > > HJB (HTTP JMS Bridge) > http://hjb.ber

Re: python and JMS

2006-07-30 Thread Alan Kennedy
[tksri2000] > I am looking to use python to talk to JMS. Can some please point me to > such resources if this is possible. PyHJB is the python-to-JMS gateway. ... via HJB, the HTTP JMS bridge. http://hjb.python-hosting.com/ HJB (HTTP JMS Bridge) http://hjb.berlios.de/ HTH, -- alan kennedy -

Re: python and JMS

2006-07-30 Thread Ravi Teja
> I am looking to use python to talk to JMS. Can some please point me to > such resources if this is possible. JPype http://jpype.sourceforge.net/ Jython http://www.jython.org/ -- http://mail.python.org/mailman/listinfo/python-list

python and JMS

2006-07-29 Thread tksri2000
I am looking to use python to talk to JMS. Can some please point me to such resources if this is possible. Sri -- http://mail.python.org/mailman/listinfo/python-list