Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 65656 invoked from network); 26 May 2010 14:38:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 May 2010 14:38:56 -0000 Received: (qmail 37817 invoked by uid 500); 26 May 2010 14:38:56 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 37783 invoked by uid 500); 26 May 2010 14:38:56 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 37754 invoked by uid 99); 26 May 2010 14:38:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 May 2010 14:38:56 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jamesc.000@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 May 2010 14:38:49 +0000 Received: by wwg30 with SMTP id 30so632028wwg.2 for ; Wed, 26 May 2010 07:38:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ifIeBhOiutULXF51U7EFyWORbVu54YBESy1CUVjXAkc=; b=WxirewQy+tsNAH2XqfX903r9/sov8UxUf1AKOQR0PwWPr2P0WVCNJhJU6xVCXCzxud 876Zdy4cOSt8RwztFUWnjTRcHHcHeqdiSVc6ENxCjX98Op7k8OyxDRpqB0ePP1kpount dpvqw0LOxOlbbCzDoas6tA5FDE7tvLWATPOW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=tH2X2XPhZb2AwL+tp2zn8jWaw3JHt4SQ0YO38lHQLoJGecF9XJYUBMbxkRnDNSpkup z625AY2bNghRriEtaSL8hLGS3LOCXuPeQ+nwK3A1LrAerLaDVs3eubwHfG7nt7KG1/7t FzJdnofYi0TL+mDTsb+ho5l7GuvEP3J9ofa2M= MIME-Version: 1.0 Received: by 10.216.172.85 with SMTP id s63mr14206wel.22.1274884709325; Wed, 26 May 2010 07:38:29 -0700 (PDT) Received: by 10.216.70.84 with HTTP; Wed, 26 May 2010 07:38:29 -0700 (PDT) In-Reply-To: References: Date: Wed, 26 May 2010 16:38:29 +0200 Message-ID: Subject: Re: python lib to use with ActiveMQ From: James Casey To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 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 wrote: > I am working on a program written in python and would like to use > ActiveMQ / JMS for the transport. =A0I 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 >