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

timeBetweenEvictionRunsMillis of pool not settable #19

Closed graben closed 3 years ago

graben commented 3 years ago

Actually no value for timeBetweenEvictionRunsMillis is settable, thus forcing to disable evictor thread.

tabish121 commented 3 years ago

Untrue, refer to setConnectionCheckInterval in the connection factory

graben commented 3 years ago

Thx, just saw the other option in code :)