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

Alex Rudyy commented on QPID-6534:
----------------------------------

Additionally, I believe it would be useful to add methods to release all pooled 
connections and shutdown the reaper executor.
For closing of pooled connections the method could be called 'releaseAll', for 
executor shutdown a method 'destroy' can be introduced. Such methods would be 
useful in system tests and in case when spring container needs to be restarted 
in the same JVM.

> [Java Client] Add a pooled connection factory
> ---------------------------------------------
>
>                 Key: QPID-6534
>                 URL: https://issues.apache.org/jira/browse/QPID-6534
>             Project: Qpid
>          Issue Type: Improvement
>            Reporter: Rob Godfrey
>            Assignee: Rob Godfrey
>             Fix For: 6.0 [Java]
>
>
> When interacting with frameworks it is often the case that connections are 
> created, used and then closed frequently.  Creating a connection has a high 
> overhead and thus it would be advantageous to provide a connection factory 
> which can pool connections that can be reused.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to