From 578ab4e8631e778bfdbb4f88b030314471394d53 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 22 Jan 2010 10:58:20 +0000 Subject: QPID-2347: Signal deletion of queue to active subscribers via a resource-deleted exception. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@902055 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/SessionImpl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/client/SessionImpl.cpp') diff --git a/cpp/src/qpid/client/SessionImpl.cpp b/cpp/src/qpid/client/SessionImpl.cpp index 0f767c9f2e..34589d59fc 100644 --- a/cpp/src/qpid/client/SessionImpl.cpp +++ b/cpp/src/qpid/client/SessionImpl.cpp @@ -558,6 +558,7 @@ void SessionImpl::detach(const std::string& _name) setState(DETACHED); QPID_LOG(info, "Session detached by peer: " << id); proxy.detached(_name, DETACH_CODE_NORMAL); + handleClosed(); } void SessionImpl::detached(const std::string& _name, uint8_t _code) { -- cgit v1.2.1