jms transport: Unused jms properties
------------------------------------
Key: CXF-2026
URL: https://issues.apache.org/jira/browse/CXF-2026
Project: CXF
Issue Type: Improvement
Components: Transports
Affects Versions: 2.1.4
Reporter: Christian Schneider
Assignee: Christian Schneider
Priority: Minor
Fix For: 2.2
Dan wrote on the cxf dev list:
While looking at some things, I've noticed that some of the JMSConfiguration
properties are never used: (getters never called)
boolean isPubSubNoLocal()
boolean isMessageTimestampEnabled()
boolean isMessageIdEnabled()
boolean isSubscriptionDurable()
Also, in the JMSOldConfigHolder, the
ServerBehaviorPolicyType.useMessageIDAsCorrelationID
property isn't mapped into anything.
Can you look into them and see if anything is just an oversight and easily
correctable? Or remove them or something?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.