jboss datasource statistics JMX monitoring - inconsistent information

99封情书 提交于 2019-12-04 17:40:06

That's because of the property <no-tx-separate-pools/>. See the documentation for XA Data Sources, in JBoss Server Configuration Guide:

<no-tx-separate-pools>

Pool transactional and non-transactinal connections separately

Warning

Using this option will cause your total pool size to be twice max-pool-size, because two actual pools will be created.

http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3/html-single/Server_Configuration_Guide/index.html#id2947572

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!