You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2012/09/05 16:34:08 UTC

[jira] [Closed] (QPID-3294) Native Windows Messaging keeps connections open after connection.Close()

     [ https://issues.apache.org/jira/browse/QPID-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chuck Rolke closed QPID-3294.
-----------------------------

    
> Native Windows Messaging keeps connections open after connection.Close()
> ------------------------------------------------------------------------
>
>                 Key: QPID-3294
>                 URL: https://issues.apache.org/jira/browse/QPID-3294
>             Project: Qpid
>          Issue Type: Bug
>          Components: Dot Net Client
>    Affects Versions: 0.10
>         Environment: C++ Messaging libraries on Windows
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>             Fix For: 0.18
>
>
> Calling connection.Close() does not close the connection to the broker.
> Connection c = new Connection("localhost:5672");
> for (int i=0; i<10; i++) {
>   c.Open();
>   c.Close();
> }
> leaves 10 TCP connections open to the broker.
> Reported by Joe (paperman at gmx.at)

--
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