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 088C81173F for ; Fri, 21 Feb 2014 02:00:33 +0000 (UTC) Received: (qmail 75585 invoked by uid 500); 21 Feb 2014 02:00:32 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 75556 invoked by uid 500); 21 Feb 2014 02:00:32 -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 75548 invoked by uid 99); 21 Feb 2014 02:00:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Feb 2014 02:00:32 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of robbie.gemmell@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Feb 2014 02:00:25 +0000 Received: by mail-bk0-f47.google.com with SMTP id d7so865617bkh.34 for ; Thu, 20 Feb 2014 18:00:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=FShMwYPXo8ri/nyypnQebHI5v4Y0IWaqEFT6pnj6Fw4=; b=wlYaZzkyVeDZXU66E9ZEhHJJPspoW/VWDtpEOmP3H5ArA7QWKt/v6Aj9ilZiPUJ6su TQJRykWUkv2Nqlry4LZtWOQLeNXiYG7vP2sxDJSoVn6kdDlgthmDzwNMv/zpGPTSwEoV KvoIv2wimiz/SCDWolrFw2lRlqn2wYPDZAD4qPSpY6yXIPfJUHqxfzQMqrI9XO9MyNU8 sSZbuz6CifX9zbKdBnfWvO1YdI40cnyZdTDeSTxxx86D2DDESXepfHXF5zoex5JOOzfL lir1Sczd/OdXKYDlSbo1ZvLtJy6Pwuw6vo2p0zz7mYSpeV+2cBjwC0q5AMX53g0jAsG2 31kw== MIME-Version: 1.0 X-Received: by 10.205.107.129 with SMTP id dy1mr1316329bkc.48.1392948004835; Thu, 20 Feb 2014 18:00:04 -0800 (PST) Received: by 10.205.102.194 with HTTP; Thu, 20 Feb 2014 18:00:04 -0800 (PST) In-Reply-To: References: <8EBC52B8DD984F48A6AE9BF0A99EE9E2@MBDESK4> <7C6F20A8FE5940E98914A9E4CBDF572B@MBDESK4> <33AEDF8E-67DB-4E6D-835B-7219DE5A9C76@shaw.ca> <28F74BF178E140EB990948B79E16954F@MBDESK4> Date: Fri, 21 Feb 2014 02:00:04 +0000 Message-ID: Subject: Re: New User JMS API Questions From: Robbie Gemmell To: "users@qpid.apache.org" Content-Type: multipart/alternative; boundary=f46d041c60f604f95204f2e0fb21 X-Virus-Checked: Checked by ClamAV on apache.org --f46d041c60f604f95204f2e0fb21 Content-Type: text/plain; charset=ISO-8859-1 The patch was indicated to have been tested against the ActiveMQ trunk / 5.10-SNAPSHOT, so something probably changed on the ActiveMQ side since 5.9.0 was released. Probably this: https://issues.apache.org/jira/browse/AMQ-4741 Robbie On 21 February 2014 00:49, Rob Godfrey wrote: > On 21 February 2014 01:38, Rob Godfrey wrote: > > > > > > > > > On 21 February 2014 01:15, Mark Barker wrote: > > > >> Thanks for the help, Rob. > >> Here's some more feedback from today's experiments. > >> > >> I tried the setDeliveryMode on my 'basic' producer client (AMQP 1.0 > >> client interacting only with ActiveMQ 5.9.0 broker's AMQP transport > >> connector). > >> In so doing, I could use the Qpid 0.27 AMQP 1.0 API to send() without > >> hanging. A basic consumer client retrieved the message without issue. > >> > >> > > Hmmm - it was OK with 0.26 but not 0.27 (trunk)... I'll have to look into > > that then > > > > On a second look, it does appear that the synchronous publishing fix ( > https://issues.apache.org/jira/browse/QPID-5455) wasn't actually in > 0.26... > so my guess would be that ActiveMQ is not sending back the required > synchronous response - although they did say they had tested it... I'll > have a go at testing with ActiveMQ tmr to confirm. If all else fails I can > always add in an option to revert to the original (incorrect) behaviour of > publishing asynchronously > > -- Rob > --f46d041c60f604f95204f2e0fb21--