[jboss-jira] [JBoss JIRA] Commented: (AS7-1873) Confused about RA pool settings

Stefano Maestri (JIRA) jira-events at lists.jboss.org
Wed Sep 21 04:12:26 EDT 2011


    [ https://issues.jboss.org/browse/AS7-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629554#comment-12629554 ] 

Stefano Maestri commented on AS7-1873:
--------------------------------------

it's a bug. max/min pool size makes sense only at connection-definition level. Opened a related issue to fix the bug. Please close this one if it's enough

> 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: Stefano Maestri
>             Fix For: 7.1.0.Beta1
>
>
> {noformat}
> [standalone at 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

        


More information about the jboss-jira mailing list