Re: python lib to use with ActiveMQ

2010-05-26 Thread James Casey
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 othe

python lib to use with ActiveMQ

2010-05-26 Thread Mark
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