Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
2.1.4
-
None
Description
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?