Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 88201 invoked from network); 6 Aug 2010 01:37:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Aug 2010 01:37:29 -0000 Received: (qmail 43447 invoked by uid 500); 6 Aug 2010 01:37:29 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 43413 invoked by uid 500); 6 Aug 2010 01:37:29 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 43335 invoked by uid 99); 6 Aug 2010 01:37:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 01:37:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 01:37:28 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o761b8tW022503 for ; Fri, 6 Aug 2010 01:37:08 GMT Message-ID: <6888936.57971281058628668.JavaMail.jira@thor> Date: Thu, 5 Aug 2010 21:37:08 -0400 (EDT) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQNET-267) NMSTimeToLive is 0 for retrieved Messages. In-Reply-To: <28205467.57951281058628409.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQNET-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Gomes resolved AMQNET-267. ------------------------------ Resolution: Fixed > NMSTimeToLive is 0 for retrieved Messages. > ------------------------------------------ > > Key: AMQNET-267 > URL: https://issues.apache.org/activemq/browse/AMQNET-267 > Project: ActiveMQ .Net > Issue Type: Bug > Components: ActiveMQ > Affects Versions: 1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1 > Reporter: Jim Gomes > Assignee: Jim Gomes > Priority: Minor > Fix For: 1.4.0 > > Original Estimate: 30 minutes > Remaining Estimate: 30 minutes > > When a message is received, the NMSTimeToLive will always be 0, regardless of what was set when the message was sent to the broker. The TTL is actually set, and the broker receives it, but the unmarshalling of the message does not update the value. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.