boekhold opened a new pull request #2746: ARTEMIS-2412: Allow CF configuration through JNDI references URL: https://github.com/apache/activemq-artemis/pull/2746 Most connection related properties, like the SSL ones, currently have to be encoded in the brokerURL. When configuring connections purely through JNDI bindings, this is not always desireable. This commit allows one to configure all properties included in TransportConstants.ALLOWABLE_CONNECTOR_KEYS to be listed separately in the JNDI bindings. These properties are then zipped into any provided brokerURL. For properties that appear in both places, the one specified separately in the JNDI bindings takes priority. This commit should not affect any configuration other than those configure through JNDIReferenceFactory.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
