summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/SubscriptionManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-0/+6
* src/qpid/client/SubscriptionManager.cpp: added start().Alan Conway2008-09-051-0/+6
* Fixed bug in SubscriptionManager::get() where flush was issued before waiting...Gordon Sim2008-07-251-1/+4
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-011-3/+6
* Additions to the client API:Alan Conway2008-06-251-8/+34
* Tighten up sync-correctness in SubscriptionManager & Dispatcher.Alan Conway2008-05-271-5/+6
* Changes to Session API:Alan Conway2008-05-261-11/+11
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-211-0/+2
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-4/+4
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-2/+2
* examples/Makefile.am:Alan Conway2008-01-231-1/+2
* Summary:Alan Conway2007-12-071-8/+11
* Remove start(); not yet safe to send commands while dispatcher is running con...Gordon Sim2007-12-041-5/+0
* Altered topic test to use the new session api.Gordon Sim2007-11-301-0/+5
* Gordon's patch to fix ack-per-message by SubscriptionManagerAlan Conway2007-11-221-1/+0
* - set default to pre-acquire for acquire modeCarl C. Trieloff2007-11-211-1/+1
* - added confirm mode to perftestCarl C. Trieloff2007-11-211-2/+4
* Added auto-ack and commit-mode control to SubscriptionManager API.Alan Conway2007-11-141-18/+30
* auto-ack support for perftest.Alan Conway2007-11-071-1/+1
* client::SubscriptionManager:Alan Conway2007-11-071-32/+29
* Fix compile error.Alan Conway2007-11-021-1/+1
* Improvements to gsim's SubscriptionManager:Alan Conway2007-11-021-0/+97