[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-432) One connection per unique JMS server leak
Clebert Suconic (JIRA)
jira-events at jboss.com
Fri Sep 15 18:26:34 EDT 2006
[ http://jira.jboss.com/jira/browse/JBMESSAGING-432?page=all ]
Clebert Suconic updated JBMESSAGING-432:
----------------------------------------
JBoss Forum Reference: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90803
> One connection per unique JMS server leak
> -----------------------------------------
>
> Key: JBMESSAGING-432
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-432
> Project: JBoss Messaging
> Issue Type: Bug
> Affects Versions: 1.0.1.CR2
> Reporter: Tim Fox
> Assigned To: Clebert Suconic
> Priority: Minor
> Fix For: 1.0.1.CR5
>
>
> Methods on connection factory are executed in ConnectionFactoryDelegate on their own client.
> This clien is not closed after use, otherwise we end up running out of resources since after closing the client the socket connections are discarded by remoting and end up in the TIME_WAIT state, so cam quickly fill up.
> This means that for the lifetime of the VM there will be one socket connection per unique jms server. So a small leak.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list