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 2B2419C73 for ; Mon, 31 Oct 2011 14:07:55 +0000 (UTC) Received: (qmail 51409 invoked by uid 500); 31 Oct 2011 14:07:55 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 51144 invoked by uid 500); 31 Oct 2011 14:07:54 -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 51003 invoked by uid 99); 31 Oct 2011 14:07:54 -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 14:07:54 +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 14:07:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C2A2132A5B7 for ; Mon, 31 Oct 2011 14:07:32 +0000 (UTC) Date: Mon, 31 Oct 2011 14:07:32 +0000 (UTC) From: "Timothy Bish (Assigned) (JIRA)" To: dev@activemq.apache.org Message-ID: <1449297741.40882.1320070052798.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <588489957.6051.1314123509212.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (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 reassigned AMQNET-340: ----------------------------------- Assignee: Timothy Bish (was: Jim Gomes) > 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 > > 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