summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Exchange.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-5608: [amqp1.0] delete-on-close policy do not work for producers to exch...Pavel Moravec2014-03-071-1/+1
* QPID-5384: special asserting logic for autodeleteGordon Sim2013-12-031-0/+1
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-121-7/+21
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-2/+2
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-2/+2
* NO-JIRA: Fix windows builds: missing EXTERNsAlan Conway2012-11-151-2/+2
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-141-1/+1
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-5/+5
* QPID-4325: HA Starting from persistent storeAlan Conway2012-09-251-0/+1
* QPID-4178: broker refactoringGordon Sim2012-08-101-2/+3
* NO-JIRA: Added missing EXTERN statements causing build breakage.Alan Conway2012-07-171-2/+3
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-1/+1
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-091-0/+2
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-171-2/+2
* QPID-3215: cached exchange reference can cause cluster inconsistencies if exc...Alan Conway2011-04-191-7/+11
* QPID-3170: correct deletion of federation routes when keys match.Kenneth Anthony Giusti2011-04-081-10/+14
* QPID-3107: If queue's alternate-exchange can't route message, try that exchan...Gordon Sim2011-03-031-0/+2
* Fixes QPID-2499: Stale federation routes remain after route deletion.Jonathan Robie2011-01-131-19/+34
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-201-0/+26
* Code cleanup in broker directory.Alan Conway2010-10-141-8/+8
* Changes needed for QPID-2029 (Clustering and Management don't work well toget...Ted Ross2010-02-121-0/+3
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-011-2/+3
* Fixed problem where broker does not persist the alternate exchange setting to...Kim van der Riet2009-10-281-0/+5
* Exchange route() refactorization that eliminates common code in each of the E...Kim van der Riet2009-09-251-0/+3
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-9/+6
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-6/+9
* Added management visibility into the alternate exchange and auto-delete attri...Ted Ross2009-08-251-1/+1
* Add directory to #includeAlan Conway2009-07-141-5/+5
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-2/+5
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-031-8/+8
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-3/+4
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-091-2/+2
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-1/+2
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-14/+16
* Non fucntional changesCarl C. Trieloff2008-11-061-1/+1
* correction for Active-Active clustering, allowing late joining nodes in the c...Carl C. Trieloff2008-11-031-1/+1
* Federation bug-fixes:Ted Ross2008-10-311-0/+1
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-241-1/+50
* Non-substantive changes. Removed tabs, neatened indentation, etc.Ted Ross2008-10-201-89/+88
* Feature requested by AndrewM for M4...Carl C. Trieloff2008-10-171-0/+4
* Correction of lock scope to make sure ordering from exchange to queue isCarl C. Trieloff2008-10-141-4/+10
* QPID-1351Carl C. Trieloff2008-10-131-0/+7
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-4/+4
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-4/+1
* QPID-1264: initial fix for fanout, direct and headers exchanges (fix for rema...Gordon Sim2008-09-081-0/+6
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-4/+4
* Correct declarations to be the same as definitions.Gordon Sim2008-05-291-1/+1
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-1/+1
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-4/+5
* From Ted Ross <tross@redhat.com>Alan Conway2007-12-061-5/+30