Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.11.0
-
None
Description
Currently the connection factory property handling in the JNDI bits use "connectionfactory." (as used by our previous JMS clients), while most of the other config is camelCase. Similarly, some other clients use "connectionFactory." further adding to the chance of folks using it (deliberately or otherwise), leading to a bit of an unnecessary gotcha for users. Since this bit is just a prefix for scoping and detection, being flexible enough to treat these the same would be useful.