summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/HeadersExchange.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5534: [C++ broker] Headers exchange can route a message to one queue mul...Pavel Moravec2014-02-031-1/+6
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-121-2/+8
* QPID-5107: Trace queue&session deletion statistics show zero values for some ...Pavel Moravec2013-09-061-1/+4
* QPID-4969: C++ Broker headers exchange allows creation of bindings Charles E. Rolke2013-07-011-3/+5
* QPID-4969: Headers exchange allows bindings with duplicate managementId.Charles E. Rolke2013-06-281-0/+11
* QPID-4707: Set AMQP 1.0 fields on outgoing messages based on special property...Gordon Sim2013-06-041-14/+15
* QPID-4720: C++ Broker headers exchange tests not using run-time comaprisons.Charles E. Rolke2013-04-291-37/+5
* QPID-4625: Extract amqp 1.0 application-properties from messagesAndrew Stitcher2013-03-121-0/+2
* QPID-4626: Amqp 0-10 Message getProperty() does not correctly return booleansAndrew Stitcher2013-03-081-0/+1
* QPID-4481: HA replication of propagated bindings can lead to incorrect config...Alan Conway2012-12-111-8/+6
* QPID-4178: broker refactoringGordon Sim2012-08-101-31/+99
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-161-0/+3
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-1/+2
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-091-0/+2
* QPID-3298: don't include the internal federation related args in the biding f...Gordon Sim2011-06-091-2/+7
* QPID-3170: correct deletion of federation routes when keys match.Kenneth Anthony Giusti2011-04-081-7/+4
* Fixes QPID-2499: Stale federation routes remain after route deletion.Jonathan Robie2011-01-131-6/+6
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-201-1/+2
* QPID-2487: always save the origin, even if queue is already boundKenneth Anthony Giusti2010-04-081-0/+1
* QPID-2429: Use explicit check for void value rather than relaying on empty() ...Gordon Sim2010-03-041-1/+1
* Changes needed for QPID-2029 (Clustering and Management don't work well toget...Ted Ross2010-02-121-0/+1
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-011-32/+153
* QPID-1732 - When an exchange is deleted, the binding-count for bound queues i...Ted Ross2009-10-221-2/+0
* Exchange route() refactorization that eliminates common code in each of the E...Kim van der Riet2009-09-251-21/+8
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-10/+24
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-24/+10
* Add directory to #includeAlan Conway2009-07-141-1/+1
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-4/+4
* QPID-1723 - Fixed broken accounting in the headers exchange.Ted Ross2009-03-101-18/+27
* Feature requested by AndrewM for M4...Carl C. Trieloff2008-10-171-0/+1
* Correction of lock scope to make sure ordering from exchange to queue isCarl C. Trieloff2008-10-141-1/+1
* QPID-1351Carl C. Trieloff2008-10-131-7/+12
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-2/+3
* QPID-1264: initial fix for fanout, direct and headers exchanges (fix for rema...Gordon Sim2008-09-081-34/+22
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-8/+8
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-4/+4
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-1/+3
* Prefer binding key for unbind if specified.Gordon Sim2008-03-281-1/+1
* Fixed headers exchange to allow unbind using binding key and not argsGordon Sim2008-03-111-6/+12
* Fixed broker to take application headers from final format message-properties...Gordon Sim2008-03-111-9/+27
* From Ted Ross <tross@redhat.com>Alan Conway2007-12-061-12/+59
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-4/+3
* Fix to headers exchanges bind: need to check the match value is present befor...Gordon Sim2007-10-171-1/+1
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-161-22/+24
* - Added RW lockCarl C. Trieloff2007-07-051-3/+3
* Fixes and tests:Gordon Sim2007-06-271-1/+1
* Added preview of exchange- and binding- query methods that have been approved...Gordon Sim2007-06-271-0/+24
* Changes to support durable exchanges.Gordon Sim2007-05-171-4/+18
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+119
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-121/+0