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

Chuck Rolke commented on QPID-3294:
-----------------------------------

This issue is the same as [QPID-3759] where the connection close functions do 
not interrupt the threads in the poller io completion port.
                
> 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
>
> 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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to