Hi Mark.

pyactivemq (http://code.google.com/p/pyactivemq/) used the ActiveMQ
C++ library and gives the most coverage over the full feature set.

Most of the other python libraries used for communicating to ActiveMQ
use STOMP instead of Openwire and don't support JMS (but can
interoperate with other clients written using JMS. A full list is at
http://stomp.codehaus.org/Python. stomp.py
(http://code.google.com/p/stomppy/) and  stomper
(http://code.google.com/p/stomper/) seem to be the most actively used.

cheers,

James.

On 26 May 2010 16:24, Mark <elihusma...@gmail.com> wrote:
> I am working on a program written in python and would like to use
> ActiveMQ / JMS for the transport.  I have googled for python JMS
> libraries and have found a few, but I am wondering if there is a
> preferred library that supports the full JMS spec.
>
> thanks
>

Reply via email to