]
Chen Maoqian commented on WFLY-6653:
------------------------------------
The pr have been committed and will be merged in wildfly 11.x.
The default min and max pool size of -1 is confusing.
------------------------------------------------------
Key: WFLY-6653
URL:
https://issues.jboss.org/browse/WFLY-6653
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.0.0.Final
Environment: JBoss EAP 7.0.0.
Reporter: Chen Maoqian
Assignee: Chen Maoqian
The default values for min and max pool size are confusing
"max-pool-size" => -1,
"min-pool-size" => -1,
They should either say default
"max-pool-size" => default,
"min-pool-size" => default,
or display the default JCA values which I believe are 2 and 20
"max-pool-size" => 20,
"min-pool-size" => 2,