diff options
| author | Gordon Sim <gsim@apache.org> | 2007-07-03 09:04:00 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-07-03 09:04:00 +0000 |
| commit | e7f82f3d5b39c77ee913ee4cd6b4bf1bdc8b13bc (patch) | |
| tree | 287e8ce31be4594915c577045025b466d969d17b /cpp/src/qpid/broker/Connection.cpp | |
| parent | 953eb74e69055777252ec05e1c277ec32fed82d0 (diff) | |
| download | qpid-python-e7f82f3d5b39c77ee913ee4cd6b4bf1bdc8b13bc.tar.gz | |
Autodeletable shared queues are now deleted as soon as the consumer count drops to zero (i.e. there is no timeout).
This closes QPID-533.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@552751 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Connection.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Connection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Connection.cpp b/cpp/src/qpid/broker/Connection.cpp index 2bd835e753..ce9e4865db 100644 --- a/cpp/src/qpid/broker/Connection.cpp +++ b/cpp/src/qpid/broker/Connection.cpp @@ -41,7 +41,6 @@ Connection::Connection(ConnectionOutputHandler* out_, Broker& broker_) : framemax(65536), heartbeat(0), client(0), - timeout(broker.getTimeout()), stagingThreshold(broker.getStagingThreshold()) {} |
