Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-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 632CB1170C for ; Wed, 24 Sep 2014 14:35:31 +0000 (UTC) Received: (qmail 95989 invoked by uid 500); 24 Sep 2014 14:35:31 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 95951 invoked by uid 500); 24 Sep 2014 14:35:31 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 95938 invoked by uid 99); 24 Sep 2014 14:35:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 14:35:30 +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; Wed, 24 Sep 2014 14:35:25 +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 s8OEZ2lt026309 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 24 Sep 2014 10:35:03 -0400 Received: from [10.36.116.94] (ovpn-116-94.ams2.redhat.com [10.36.116.94]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8OEZ1j7017132 for ; Wed, 24 Sep 2014 10:35:02 -0400 Message-ID: <5422D6B1.2030500@redhat.com> Date: Wed, 24 Sep 2014 15:35:29 +0100 From: Gordon Sim Organization: Red Hat UK Ltd, Registered in England and Wales under Company Registration No. 3798903, Directors: Michael Cunningham (USA), Matt Parsons (USA), Charlie Peters (USA), Michael O'Neill (Ireland) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: QPID 0.28 C++ Client : Subscribtion to Queues or Topics (AMQP 1.0) References: <1411567579754-7614162.post@n2.nabble.com> In-Reply-To: <1411567579754-7614162.post@n2.nabble.com> 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 09/24/2014 03:06 PM, Hamid.Shahid wrote: > Hi,Please let me know, if there is a way to add destination type prefix, > 'queue' or 'topic' while subscribing to a Queue or Topic using QPID 0.28 > (amqp 1.0) C++ Client.For example, ActiveMQ uses queue:// or topic:// > prefixes. Yes, you just need to quote it, so e.g. ssn.createReceiver("'topic://my-topic'") --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org