summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/messaging
Commit message (Expand)AuthorAgeFilesLines
* QPID-5196: Messaging example hello_world core dumps when given a bad connecti...Charles E. Rolke2013-09-301-5/+4
* QPID-5133: Add option to the spout examples to enable durable messagesDarryl L. Pierce2013-09-111-1/+10
* QPID-4932: expose reconnect&replay logicCharles E. Rolke2013-09-091-0/+442
* QPID-4932: expose reconnect&replay logic for application to control itselfGordon Sim2013-09-062-0/+99
* QPID-5111: Make library dependencies clearer in build systemAndrew Stitcher2013-09-031-1/+1
* QPID-5040: fix for string and symbol types on AmqpValue section (also clear m...Gordon Sim2013-08-301-2/+6
* QPID-5090: Infer text/plain as content type over 0-10 for utf8 contentGordon Sim2013-08-231-3/+4
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-134-15/+11
* QPID-4640: QPID-3633: Remove autotools build from qpid C++ source treeAndrew Stitcher2013-07-251-75/+0
* QPID-4586: fixes for dynamic sources/targets and on demand creation of nodesGordon Sim2013-03-231-2/+2
* QPID-4552: Messaging examples now build.Darryl L. Pierce2013-01-301-0/+45
* JIRA-4372: Added a CMakeLists.txt file for messaging examples.Darryl L. Pierce2013-01-184-72/+75
* QPID-3723: further refinement to the change to link against the .la files, ra...Gordon Sim2012-12-061-4/+5
* QPID-3723: Applied patch from Fraser Adams for explicit linkingGordon Sim2012-11-291-4/+4
* QPID-4442: make spout example send properties as utf8 stringsGordon Sim2012-11-191-0/+1
* NO-JIRA: Reverted inadvertent change to example from previous commitGordon Sim2012-11-141-4/+3
* NO-JIRA: Fail on invalid PLAIN requestGordon Sim2012-11-141-3/+4
* 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-202-2/+2
* NO-JIRA: only two args usedGordon Sim2011-02-251-2/+2
* Changed the name of the declared exchange from 'xml' to 'xml-exchange'.Jonathan Robie2010-11-191-3/+3
* Add missing hello_world and hello_xml examples. Resolves QPID-2919.Stephen D. Huston2010-10-291-0/+16
* Added some missing licenses; added FedOps.h to distribution listGordon Sim2010-10-273-0/+60
* QPID-2865 Cpp messaging examples compile problems for x64.Charles E. Rolke2010-10-116-12/+12
* QPID-2860: Have exchange declared as correct type if auto-createdGordon Sim2010-09-211-1/+1
* Adds a parameter to several examples to allow connection options to be specif...Jonathan Robie2010-09-146-10/+19
* QPID-2827 - QPID Cpp WinSDK does not contain 64-bit librariesTed Ross2010-08-311-1/+1
* QPID-2827 - QPID Cpp WinSDK does not contain 64-bit librariesTed Ross2010-08-306-1/+1085
* 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
* QPID-2764 - WinSdk cpp examples do not compileTed Ross2010-07-306-12/+12
* Fix incorrect exe nameGordon Sim2010-07-191-1/+1
* Make address used for map sender/receiver configurable; make default create t...Gordon Sim2010-07-192-2/+4
* Ensure spout example waits for all messages to be sent before detaching sessionGordon Sim2010-06-241-0/+1
* Nix a compile warning on Windows about converting int to bool.Stephen D. Huston2010-06-161-1/+1
* Windows SDK work:Andrew Stitcher2010-06-046-1108/+141
* Remove dependency on qpid::sys::AbsTime (which uses boost on Windows)Andrew Stitcher2010-06-031-6/+6
* QPID-664: separate out the messaging API into its own libraryGordon Sim2010-05-143-8/+8
* Changed floating point from "price" to "percent" - better use of floating point.Jonathan Robie2010-05-051-1/+1
* Added hello_xml.cpp example.Jonathan Robie2010-05-052-1/+69
* Allow empty subject for direct- and xml- exchangesGordon Sim2010-05-051-1/+0
* Some cleanup on examples:Gordon Sim2010-05-0515-2026/+424
* Changed address string to current format.Jonathan Robie2010-04-261-1/+1
* Applied Gordon's patch - much simpler now.Jonathan Robie2010-04-151-37/+23
* Remove reference to non-existent file.Gordon Sim2010-04-151-1/+0
* Naming change: variable queueName is now called address.Jonathan Robie2010-04-151-3/+3
* Added hello_world.cpp example for tutorial.Jonathan Robie2010-04-152-1/+54
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-0910-10/+10
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-0810-20/+20