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

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

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?

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 of our

Re: Python and JMS?

2007-04-15 Thread Leonard J. Reder
will pick stom and make it better for the future though. Len Jarek Zgoda wrote: 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

Python and JMS?

2007-04-13 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

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 applications

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

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
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.berlios.de

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

Queueing in Python (ala JMS)

2005-12-20 Thread Stefan Arentz
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

Re: Queueing in Python (ala JMS)

2005-12-20 Thread Tim Williams (gmail)
On 20 Dec 2005 15:01:02 +0100, Stefan Arentz [EMAIL PROTECTED] wrote: Is there a JMS-like API available for Python? I would like toquickly receive messages through the network and then processthose slowly in the backgound. In the Java world I would simplycreate a (persistent) queue and tell the

Re: Queueing in Python (ala JMS)

2005-12-20 Thread James
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

Re: Queueing in Python (ala JMS)

2005-12-20 Thread Jonathan LaCour
On Dec 20, 2005, at 9:01 AM, 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

Re: Queueing in Python (ala JMS)

2005-12-20 Thread Wolfgang Keller
Is there a JMS-like API available for Python? Better. :- Omninotify, a Corba notification service implementation. Sincerely, Wolfgang Keller -- http://mail.python.org/mailman/listinfo/python-list

Re: Queueing in Python (ala JMS)

2005-12-20 Thread James
Wolfgang Keller wrote: Is there a JMS-like API available for Python? Better. :- Omninotify, a Corba notification service implementation. Sincerely, Wolfgang Keller And it's ICE (a CORBA alternative with Python bindings) equivalent IceStorm A messaging service with support for