[jboss-jira] [JBoss JIRA] (WFLY-4663) Missing pool statistics for resource-adapter
Gregory Lardiere (JIRA)
issues at jboss.org
Fri May 22 11:44:19 EDT 2015
Gregory Lardiere created WFLY-4663:
--------------------------------------
Summary: Missing pool statistics for resource-adapter
Key: WFLY-4663
URL: https://issues.jboss.org/browse/WFLY-4663
Project: WildFly
Issue Type: Feature Request
Components: JCA
Affects Versions: 9.0.0.CR1
Reporter: Gregory Lardiere
Assignee: Jesper Pedersen
When a resource-adapter is loaded from a module (and not from an archive), there is no way to get pool statistics. For example with genericjms RA :
{code:xml}
<subsystem xmlns="urn:jboss:domain:resource-adapters:3.0">
<resource-adapters>
<resource-adapter id="JMS" statistics-enabled="true">
<module id="org.jboss.genericjms" slot="main"/>
<transaction-support>NoTransaction</transaction-support>
<connection-definitions>
<connection-definition class-name="org.jboss.resource.adapter.jms.JmsManagedConnectionFactory" jndi-name="java:jboss/jms/JMS" enabled="true" use-java-context="true" pool-name="JMS" use-ccm="true">
<config-property name="ConnectionFactory">...</config-property>
<config-property name="SessionDefaultType">javax.jms.Queue</config-property>
<config-property name="UserName">...</config-property>
<config-property name="Password">...</config-property>
<pool>
<min-pool-size>0</min-pool-size>
<max-pool-size>10</max-pool-size>
<prefill>false</prefill>
<use-strict-min>false</use-strict-min>
<flush-strategy>FailingConnectionOnly</flush-strategy>
</pool>
<security>
<application></application>
</security>
</connection-definition>
</connection-definitions>
</resource-adapter>
</resource-adapters>
</subsystem>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list