messaginghub / pooled-jms

A JMS Connection pool for messaging applications supporting JMS 1.1 and 2.0 and Jakarta JMS clients
Apache License 2.0
50 stars 24 forks source link

Outdated ConnectionURL options documentated in pooled-jms-docs/Configuration.md #11

Closed jirkadanek closed 6 years ago

jirkadanek commented 6 years ago

Configurations.md describes options createConnectionOnStartup, expiryTimeout, and reconnectOnException, which seem to have been removed or renamed.

Besides these, I figure , timeBetweenExpirationCheckMillis was renamed to connectionCheckInterval. And maximumActiveSessionPerConnection was renamed to maxSessionsPerConnection.

jirkadanek commented 6 years ago

^ I can fix that today or tomorrow myself....

tabish121 commented 6 years ago

I'm working on it