summaryrefslogtreecommitdiff
path: root/cpp/examples/messaging/drain.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3451: make count=0 the default for consistency with python equivalentGordon Sim2011-08-241-1/+1
* QPID-3268: correct connection option syntax in usage statementGordon Sim2011-05-201-1/+1
* Make the count check a bit clearer and remove extraneous blank lines at end o...Stephen D. Huston2010-08-201-3/+1
* Fix compile error on windowsGordon Sim2010-08-201-1/+1
* Added -c count parameter - exits after reading c messages.Jonathan Robie2010-08-191-1/+14
* Some cleanup on examples:Gordon Sim2010-05-051-41/+21
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-1/+1
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-081-2/+2
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-3/+4
* Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.Stephen D. Huston2010-03-301-1/+1
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-291-1/+1
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-291-2/+2
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-0/+1
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-191-1/+2
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-031-6/+2
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-1/+4
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-271-1/+1
* QPID-664: Add spout & drain examples as per python clientGordon Sim2009-11-191-0/+125