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: Jim Gomes
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.
For more information on JIRA, see: http://www.atlassian.com/software/jira