From dev-return-6784-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Thu May 31 22:12:27 2007 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 63969 invoked from network); 31 May 2007 22:12:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2007 22:12:26 -0000 Received: (qmail 57150 invoked by uid 500); 31 May 2007 22:12:30 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 56998 invoked by uid 500); 31 May 2007 22:12:29 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 56987 invoked by uid 99); 31 May 2007 22:12:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 15:12:29 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FROM_ALL_NUMS,FROM_STARTS_WITH_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [146.232.64.13] (HELO mail3.sun.ac.za) (146.232.64.13) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 15:12:24 -0700 Received: from dogbert.sdsl.sun.ac.za ([146.232.2.71]) by mail3.sun.ac.za with esmtp (Exim 4.34) id 1HtssB-0001QW-Q3 for dev@activemq.apache.org; Fri, 01 Jun 2007 00:12:00 +0200 Received: by dogbert.sdsl.sun.ac.za (Postfix, from userid 500) id A697A14F0002; Fri, 1 Jun 2007 00:11:59 +0200 (SAST) Date: Fri, 1 Jun 2007 00:11:59 +0200 From: Albert Strasheim <13640887@sun.ac.za> To: dev@activemq.apache.org Subject: Re: Consumers, noLocal, Stomp and Openwire Message-ID: <20070531221159.GA15760@dogbert.sdsl.sun.ac.za> References: <20070524201840.GA13624@dogbert.sdsl.sun.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070524201840.GA13624@dogbert.sdsl.sun.ac.za> User-Agent: Mutt/1.4.2.2i X-Virus-Checked: Checked by ClamAV on apache.org Hello all, Does anybody have any thoughts on this? I'd like to get a final answer so that I can write the tests for my Python wrapper for AMQCPP accordingly. Cheers, Albert On Thu, 24 May 2007, Albert Strasheim wrote: > Hello all > > This question is about the behaviour of the AMQCPP library, but it > might also apply to the Java library. > > I did a quick test where I created a consumer on a topic with an empty > selector and noLocal flag set to true which, according to the > documentation, should mean that the consumer doesn't receive any > messages published by its own connection. > > This seems to work fine with Openwire, but when using Stomp, I seem to > be getting messages published from my own connection. > > Is this a Stomp limitation or is this an issue that should be > investigated further? > > Thanks. > > Cheers, > > Albert