diff options
| author | Alan Conway <aconway@apache.org> | 2007-09-19 22:34:11 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-09-19 22:34:11 +0000 |
| commit | 7ac52b8288273de98f3e97ee8e34776a61034bfc (patch) | |
| tree | e0a180875e3d097fabcb9b01d543a9d65f4f5cc2 /cpp/src/qpid/broker/Session.cpp | |
| parent | 9759046f7a53c88d17355d75d9ca7cc38ec35657 (diff) | |
| download | qpid-python-7ac52b8288273de98f3e97ee8e34776a61034bfc.tar.gz | |
AMQP 0-10 Session suppported on broker and client.
Client always uses session on the wire but client::Channel API is
still available until all C++ tests are migrated.
Broker allows both session and channel connection to support python
tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@577459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Session.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Session.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/Session.cpp b/cpp/src/qpid/broker/Session.cpp index c59119140c..d379b40d3f 100644 --- a/cpp/src/qpid/broker/Session.cpp +++ b/cpp/src/qpid/broker/Session.cpp @@ -60,6 +60,7 @@ Session::Session(SessionHandler& a, uint32_t t) : adapter(&a), broker(adapter->getConnection().broker), timeout(t), + id(true), prefetchSize(0), prefetchCount(0), tagGenerator("sgen"), |
