Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 99DDA9C14 for ; Mon, 31 Oct 2011 22:55:53 +0000 (UTC) Received: (qmail 23481 invoked by uid 500); 31 Oct 2011 22:55:53 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 23442 invoked by uid 500); 31 Oct 2011 22:55:53 -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 23434 invoked by uid 99); 31 Oct 2011 22:55:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 22:55:53 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 22:55:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3A79B32B6D6 for ; Mon, 31 Oct 2011 22:55:32 +0000 (UTC) Date: Mon, 31 Oct 2011 22:55:32 +0000 (UTC) From: "Timothy Bish (Updated) (JIRA)" To: dev@activemq.apache.org Message-ID: <1007096118.43094.1320101732241.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <588489957.6051.1314123509212.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (AMQNET-340) MessagePropertyIntercepter is intercepting too many properties 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/AMQNET-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated AMQNET-340: -------------------------------- Fix Version/s: 1.6.0 > MessagePropertyIntercepter is intercepting too many properties > -------------------------------------------------------------- > > Key: AMQNET-340 > URL: https://issues.apache.org/jira/browse/AMQNET-340 > Project: ActiveMQ .Net > Issue Type: Bug > Components: NMS > Affects Versions: 1.5.0 > Environment: .NET > Reporter: Matthew Good > Assignee: Timothy Bish > Priority: Minor > Fix For: 1.6.0 > > > The class MessagePropertyIntercepter claims is is redirecting the setting of "NMS Properties" to class properties instead of adding them to the Properties list. The problem is that it redirects more than NMS Properties - it redirects any property name that exists on the class. So properties like "CorrelationId" get redirected. If I set a property called "Text" on a TextMessage it overwrites the message body. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira