Confused about RA pool settings
-------------------------------
Key: AS7-1873
URL:
https://issues.jboss.org/browse/AS7-1873
Project: Application Server 7
Issue Type: Clarification
Components: JCA
Reporter: Heiko Braun
Assignee: Jesper Pedersen
{noformat}
[standalone@localhost:9999 /]
/subsystem=resource-adapters/resource-adapter=xmpp-ra.rar:read-resource
{
"outcome" => "success",
"result" => {
"archive" => "xmpp-ra.rar",
"background-validation" => undefined,
"background-validation-millis" => undefined,
"blocking-timeout-wait-millis" => undefined,
"config-properties" => {"host" =>
"talk.google.om"},
"connection-definitions" => [{
"class-name" =>
"com.ramphastos.xmpp.XmppConnectionFactory",
"jndi-name" => "xmpp",
"pool-name" => "xmpp-ra_rar-Pool",
"min-pool-size" => 10,
"max-pool-size" => 100
}],
"flush-strategy" => undefined,
"idle-timeout-minutes" => undefined,
"max-pool-size" => undefined,
"min-pool-size" => undefined,
"pool-prefill" => undefined,
"pool-use-strict-min" => undefined,
"transaction-support" => "NoTransaction"
}
}
{noformat}
why two times min/max-pool-size? which one to rely on?
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira