DefaultJMSPropertiesSetter should filter out all JMS vendor specific properties
-------------------------------------------------------------------------------
Key: JBESB-2586
URL:
https://jira.jboss.org/jira/browse/JBESB-2586
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Transports
Affects Versions: 4.5
Reporter: Kevin Conner
Assignee: Daniel Bevenius
Fix For: 4.6
JBESB-2287 introduced filtering into the DefaultJMSPropertiesSetter but this is only
usable in certain circumstances.
One area which cannot use this, at present, is the JmsCourier created from EPRs.
Listeners can therefore introduce properties which should be filtered.
We are already filtering out all JMS Header properties, that is properties that start with
JMSX.
We should also be filtering out JMS Vendor specific properties, that is properties that
start with JMS_. These properties can be read-only and there will be no way for us to
re-set them when sending outbound JMS Messages so it makes no sense extracting them
either.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira