From users-return-11884-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Tue Feb 17 22:10:48 2015 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 CA7541072F for ; Tue, 17 Feb 2015 22:10:48 +0000 (UTC) Received: (qmail 45274 invoked by uid 500); 17 Feb 2015 22:10:48 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 45233 invoked by uid 500); 17 Feb 2015 22:10:48 -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 45220 invoked by uid 99); 17 Feb 2015 22:10:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2015 22:10:48 +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 (nike.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; Tue, 17 Feb 2015 22:10:22 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1HMAJO7004921 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 17 Feb 2015 17:10:19 -0500 Received: from [10.36.116.68] (ovpn-116-68.ams2.redhat.com [10.36.116.68]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t1HMAI1S006896 for ; Tue, 17 Feb 2015 17:10:18 -0500 Message-ID: <54E3BCAE.5020801@redhat.com> Date: Tue, 17 Feb 2015 22:11:58 +0000 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: queue create using proton References: <54E3B9C7.3060700@logit-ag.de> In-Reply-To: <54E3B9C7.3060700@logit-ag.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Virus-Checked: Checked by ClamAV on apache.org On 02/17/2015 09:59 PM, Michael Ivanov wrote: > Greetings, > > I was creating and deleting queues using qpid c++ messenger sending the following > messages to qpidd: > > PROPERTIES: {"method"="request", > "qmf.opcode"="_method_request", > "x-amqp-0-10.app-id"="qmf2"} > DATA: {"_object_id"={"_object_name"="org.apache.qpid.broker:broker:amqp-broker"}, > "_method_name"="create", > "_arguments"={"type"="queue", > "name"="QUEUE_NAME", > "properties"={"durable"=1}, > "strict"=true} > } > > The message was sent to qmf.default.direct/broker address using sender created with > session.createSender("qmf.default.direct/broker"). This worked. When I send same > method with proton using address amqp://127.0.0.1:5672/qmf.default.direct/broker > the following error is reported: > > LINK ERROR (amqp:not-found) Node not found: qmf.default.direct/broker > > Am I doing something wrong or are queue create/delete operations not possible with > proton? At present qpidd does not recognise an address of that form (though it may well do so in the future). However what you can do with proton messenger is to set the address to 'amqp://127.0.0.1:5672/qmf.default.direct', and the subject to 'broker', and that should work. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org