summaryrefslogtreecommitdiff
path: root/cpp/examples/messaging/spout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-0/+1
* QPID-3268: correct connection option syntax in usage statementGordon Sim2011-05-201-1/+1
* Ensure spout example waits for all messages to be sent before detaching sessionGordon Sim2010-06-241-0/+1
* Remove dependency on qpid::sys::AbsTime (which uses boost on Windows)Andrew Stitcher2010-06-031-6/+6
* Allow empty subject for direct- and xml- exchangesGordon Sim2010-05-051-1/+0
* Some cleanup on examples:Gordon Sim2010-05-051-55/+38
* 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-6/+5
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-291-3/+3
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-1/+2
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-191-1/+2
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-1/+4
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-151-2/+0
* Change spout option name to match equivalent python exampleGordon Sim2009-11-201-1/+1
* QPID-664: Add spout & drain examples as per python clientGordon Sim2009-11-191-0/+190