summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/LocalQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add directory to #includeAlan Conway2009-07-141-5/+5
* Apply PIMPL pattern to qpid::client::LocalQueueAlan Conway2009-05-011-40/+11
* Cleaned up PIMPL pattern for public APIAlan Conway2009-05-011-3/+4
* Fixes to build under Visual Studio 2008Andrew Stitcher2009-04-231-0/+1
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-201-1/+2
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-151-0/+1
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-301-4/+4
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-251-5/+6
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-011-5/+16
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-211-2/+3
* Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551Alan Conway2008-02-051-2/+9
* Provide method to test for empty local queue.Gordon Sim2008-01-041-0/+7
* auto-ack support for perftest.Alan Conway2007-11-071-2/+5
* client::SubscriptionManager:Alan Conway2007-11-071-0/+47