I'm interested in opinions as to the correct behaviour for QPID-2395: https://issues.apache.org/jira/browse/QPID-2395
The real question IMO hinges on whether copying a Connection is allowed/makes sense. If copying a connection isn't allowed then closing the underlying socket on Connection destruction should be the way to go. If copying a Connection makes sense then I think we do need a way to close the underlying socket when the last connection closes. I don't think that relying on Connection.close is a very safe strategy. What do the rest of you think? How does this happen in python? Andrew --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
