You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/07/17 12:46:25 UTC

[GitHub] [activemq-artemis] boekhold opened a new pull request #2757: ARTEMIS-2412 Allow CF configuration through JNDI references

boekhold opened a new pull request #2757: ARTEMIS-2412 Allow CF configuration through JNDI references
URL: https://github.com/apache/activemq-artemis/pull/2757
 
 
   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:
users@infra.apache.org


With regards,
Apache Git Services