summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/amqp0_10/AddressResolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-021-4/+4
* QPID-2288: add support for bindings in address optionsGordon Sim2010-01-261-13/+55
* QPID-2279: Removal of unused "using qpid::messaging::filter"Andrew Stitcher2009-12-151-1/+0
* Fix compile warnings; resolve QPID-2272Stephen D. Huston2009-12-141-2/+2
* 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-231-25/+4
* 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
* QPID-664: Cancel all senders and receivers on closing session; check queue/ex...Gordon Sim2009-11-171-2/+11
* Fix compilation error on some platformsGordon Sim2009-11-111-1/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-206/+520
* define content- and view- classes separately from message classGordon Sim2009-10-021-10/+1
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-071-13/+10
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+464