Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 30B3410160 for ; Mon, 8 Jul 2013 18:02:54 +0000 (UTC) Received: (qmail 91236 invoked by uid 500); 8 Jul 2013 18:02:53 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 91213 invoked by uid 500); 8 Jul 2013 18:02:53 -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 91205 invoked by uid 99); 8 Jul 2013 18:02:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 18:02:53 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gsim@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 18:02:48 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r68I2PLJ022027 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Jul 2013 14:02:26 -0400 Received: from [10.36.116.62] (ovpn-116-62.ams2.redhat.com [10.36.116.62]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r68I2OQ2002814 for ; Mon, 8 Jul 2013 14:02:25 -0400 Message-ID: <51DAFEDC.6070606@redhat.com> Date: Mon, 08 Jul 2013 19:03:08 +0100 From: Gordon Sim Organization: Red Hat UK Ltd, Registered in England and Wales under Company Registration No. 3798903, Directors: Michael Cunningham (USA), Mark Hegarty (Ireland), Matt Parsons (USA), Charlie Peters (USA) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: Starting with AMQ+AMQP 1.0+QPID Proton References: <51DAE268.1010208@redhat.com> <51DAEFE5.7000601@redhat.com> <51DAF9C1.3050103@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Virus-Checked: Checked by ClamAV on apache.org On 07/08/2013 06:52 PM, Christian Posta wrote: > Don't think messenger API supports using filters/selectors. It does not (neither directly through the API, nor through any special syntax in the addresses). Is it possible to express a selector in the string passed to ActiveMQDestination.createDestination()? I assumed not, but I don't know what the UnresolvableDestinationTransformer is capable of. I think that may have been what Pablo was hoping for? > Might have to ask on their mailing list. > > You can definitely do it with the proton apis however since the jms impl > does it :) There are two 'parts' to the proton toolkit and the protocol engine does provide access to filters (thats what ActiveMQ uses to get at them also), but the messenger does not. > http://svn.apache.org/viewvc/qpid/trunk/qpid/java/amqp-1-0-client-jms/src/main/java/org/apache/qpid/amqp_1_0/jms/impl/MessageConsumerImpl.java?view=markup (That doesn't actually use proton.)