[X] You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket number in the pull request.
[X] You use the code formatters provided here and have them applied to your changes. Don't submit any formatting related changes.
[X] You submit test cases (unit or integration tests) that back your changes.
Issue description
Add ability to set registerJmx and name (which registerJmx requires) via PoolingConnectionFactoryProvider.
Was missing ability to register JMX metrics and name the pool, which is required for JMX
[resolves #83]
Make sure that:
[X] You submit test cases (unit or integration tests) that back your changes.
Issue description
Add ability to set
registerJmx
andname
(whichregisterJmx
requires) viaPoolingConnectionFactoryProvider
.