Return-Path: X-Original-To: apmail-qpid-proton-archive@minotaur.apache.org Delivered-To: apmail-qpid-proton-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC40A10A10 for ; Thu, 17 Oct 2013 18:26:56 +0000 (UTC) Received: (qmail 68048 invoked by uid 500); 17 Oct 2013 18:26:44 -0000 Delivered-To: apmail-qpid-proton-archive@qpid.apache.org Received: (qmail 67973 invoked by uid 500); 17 Oct 2013 18:26:42 -0000 Mailing-List: contact proton-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: proton@qpid.apache.org Delivered-To: mailing list proton@qpid.apache.org Received: (qmail 67962 invoked by uid 99); 17 Oct 2013 18:26:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2013 18:26:42 +0000 Date: Thu, 17 Oct 2013 18:26:42 +0000 (UTC) From: "Rafael H. Schloming (JIRA)" To: proton@qpid.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PROTON-323) Regression: Messenger sends "null" in disposition state after accept MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PROTON-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated PROTON-323: --------------------------------------- Fix Version/s: 0.6 > Regression: Messenger sends "null" in disposition state after accept > -------------------------------------------------------------------- > > Key: PROTON-323 > URL: https://issues.apache.org/jira/browse/PROTON-323 > Project: Qpid Proton > Issue Type: Bug > Components: proton-c > Reporter: Ted Ross > Priority: Blocker > Fix For: 0.6 > > > Using the following Python code snippet: > from proton import * > mng = Messenger() > mng.start() > mng.subscribe("amqp://0.0.0.0/Queue_1") > mng.timeout=100 > mng.recv() > msg = Message() > t = mng.get(msg) > mng.accept(t) > mng.stop() > The following trace is seen after the call to stop: > [0xf7f6a0:1] -> DISPOSITION @21 [true, 0, 0, true, null] > On Proton 0.4, this problem does not exist. The trace is: > [0x1087bb0:1] -> DISPOSITION @21 [true, 0, 0, true, @36 []] -- This message was sent by Atlassian JIRA (v6.1#6144)