[
https://issues.apache.org/jira/browse/QPID-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chuck Rolke updated QPID-3294:
------------------------------
Environment: C++ Messaging libraries on Windows (was: .NET using binding )
Summary: Native Windows Messaging keeps connections open after
connection.Close() (was: .NET Binding for Messaging keeps connections open
after connection.Close())
The issue is a problem with the native methods to which the .NET Binding is
bound.
Illustrated by modifying the C++ HelloWorld the same problem exists.
> 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.
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]