Return-Path: Delivered-To: apmail-incubator-qpid-users-archive@locus.apache.org Received: (qmail 77087 invoked from network); 6 Oct 2008 20:31:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Oct 2008 20:31:35 -0000 Received: (qmail 98061 invoked by uid 500); 6 Oct 2008 20:31:33 -0000 Delivered-To: apmail-incubator-qpid-users-archive@incubator.apache.org Received: (qmail 98039 invoked by uid 500); 6 Oct 2008 20:31:33 -0000 Mailing-List: contact qpid-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-users@incubator.apache.org Delivered-To: mailing list qpid-users@incubator.apache.org Received: (qmail 98028 invoked by uid 99); 6 Oct 2008 20:31:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2008 13:31:33 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_SECURITYSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [82.144.4.26] (HELO flatline.sindominio.net) (82.144.4.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2008 20:30:28 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by flatline.sindominio.net (Postfix) with ESMTP id 118DFA066F68 for ; Mon, 6 Oct 2008 22:31:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at sindominio.net Received: from flatline.sindominio.net ([127.0.0.1]) by localhost (flatline.sindominio.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a0B3LElv5x8A for ; Mon, 6 Oct 2008 22:31:00 +0200 (CEST) Received: from beeblebrox.ratonera (27.Red-80-37-183.staticIP.rima-tde.net [80.37.183.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by flatline.sindominio.net (Postfix) with ESMTP id 83FA8A04585A for ; Mon, 6 Oct 2008 22:31:00 +0200 (CEST) From: Esteve Fernandez To: qpid-users@incubator.apache.org Subject: Qpid M3 and 0.9 Date: Mon, 6 Oct 2008 22:30:57 +0200 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810062230.58310.esteve@sindominio.net> X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I'm porting txAMQP [1] to Qpid M3 and noticed that there's a new method for sending frames (invoke_reliable) for AMQP 0.9 and wanted to use it as it will make asynchronous programming much easier. However, I cannot seem to get it working properly against the Java broker. This is what I get when I run ./run-tests -d -v -s 0-9 tests_0-9.example.ExampleTest Closed: Method(name=close, id=50) (200, 'org.apache.qpid.framing.AMQFrameDecodingException: Unsupported frame type: 9 (Hexdump: empty)', 0, 0) content = None So, is there a broker that supports frame_request (type 9) and frame_response (type 10), both defined in amqp-errata.0-9.xml? Will those methods become part of the upcoming AMQP 0.91 spec or is it a Qpid-only feature? Cheers. 1 - https://launchpad.net/txamqp