summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/messaging/server.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated t...Robert Gemmell2016-07-051-94/+0
* QPID-6308: Preserve request string encoding in response string.Charles E. Rolke2015-01-141-3/+17
* QPID-6280: C++ Messaging example server resource leakCharles E. Rolke2014-12-191-0/+1
* QPID-6273: ensure requests and responses are sent as textual strings rather t...Gordon Sim2014-12-171-6/+7
* NO-JIRA: only two args usedGordon Sim2011-02-251-2/+2
* Adds a parameter to several examples to allow connection options to be specif...Jonathan Robie2010-09-141-2/+3
* 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-1/+1
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-1/+0
* 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/+2
* Corrected setting of auto-delete in client-server example; configured server ...Gordon Sim2009-12-141-1/+1
* define content- and view- classes separately from message classGordon Sim2009-10-021-4/+4
* Hide internal message ID behind APIGordon Sim2009-08-261-3/+1
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+78