summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/amqp0_10
Commit message (Expand)AuthorAgeFilesLines
* QPID-2279: Removal of unused "using qpid::messaging::filter"Andrew Stitcher2009-12-153-3/+0
* Fix compile warnings; resolve QPID-2272Stephen D. Huston2009-12-142-3/+3
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-234-5/+7
* QPID-664: Use subject if specified as binding key when a map filter is specifiedGordon Sim2009-11-231-13/+19
* QPID-664: Set subject in application headers when specifiedGordon Sim2009-11-234-25/+23
* QPID-664: Added some documentation for address options; tidied up the handlin...Gordon Sim2009-11-191-5/+22
* QPID-664: Refactored address resolution; ensure type is asserted on when requ...Gordon Sim2009-11-191-77/+58
* QPID-664: Bring address option names in to line with those used in python cli...Gordon Sim2009-11-191-25/+38
* QPID-664: Refine address resolution; if type not specified, default to queue ...Gordon Sim2009-11-191-31/+80
* Change content type for map and list messages to align with python client.Gordon Sim2009-11-191-2/+2
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-176-3/+23
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-172-9/+34
* QPID-664: Cancel all senders and receivers on closing session; check queue/ex...Gordon Sim2009-11-172-2/+25
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-174-1/+33
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-163-34/+15
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-164-88/+3
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-124-7/+81
* Fix compilation error on some platformsGordon Sim2009-11-111-1/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-1110-280/+554
* Use class/struct consistently for OutgoingMessage.Stephen D. Huston2009-10-272-2/+2
* Separate FailoverListener from client::Connection.Alan Conway2009-10-262-1/+6
* define content- and view- classes separately from message classGordon Sim2009-10-023-35/+4
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-1412-120/+415
* Remove extra ::Variant from translate() signatureStephen D. Huston2009-09-081-1/+1
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-078-26/+209
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-0710-159/+687
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-313-19/+19
* Hide internal message ID behind APIGordon Sim2009-08-262-12/+7
* Fixed minor issues from r807731 to build correctly on Fedora 10 (x86_64).Ted Ross2009-08-252-4/+10
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-2517-0/+2197