You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Michal Zerola (JIRA)" <ji...@apache.org> on 2013/06/04 14:29:20 UTC

[jira] [Commented] (QPID-4837) JDBC store should use connection pooler

    [ https://issues.apache.org/jira/browse/QPID-4837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13674317#comment-13674317 ] 

Michal Zerola commented on QPID-4837:
-------------------------------------

Hi guys, I assume you are quite busy with a new release, but do you see some outline when someone might look into this?
Thank you very much.
Michal
                
> JDBC store should use connection pooler
> ---------------------------------------
>
>                 Key: QPID-4837
>                 URL: https://issues.apache.org/jira/browse/QPID-4837
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: Future
>            Reporter: Michal Zerola
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: qpid_jdbc_pooler.patch
>
>
> This JIRA discusses the possible improvement of the JDBC store as a follow-up of the QPID-4763 issue. Since revision 1470549 the Java Qpid Broker can work with JDBC compliant database store.
> However, our tests of the JDBC store (MySQL database was used as the backend) showed that under the heavier load from the client (sending couple of 1000 persistence messages) the broker looses connection to the database. Closer examination revealed that it was caused by the exceeded number of incoming connections from the broker to the database server for which the server was configured. The JDBC store was initiating the new connection many times, instead of reusing already established one.
> We have extended the Java Broker for JDBC connection pool management using the BoneCP library.
> http://jolbox.com/
> This library manages the connections returned by the underlying JDBC driver, so available connections are reused by the broker.
> Plugging the connection pooling library is quite straight-forward as you can see from the attached patch. With the connection pooler the JDBC store works flawlessly (tested with MySQL) in our testing configuration.
> If using the above library would not be applicable because of some reason, does it make sense to implement the connection pooling management directly into the broker?
> Thank you,
> Michal

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org