summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Exchange.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3217: Exchanges with IVE option cause cluster inconsistencies in updateesAlan Conway2011-04-191-1/+5
* QPID-3215: cached exchange reference can cause cluster inconsistencies if exc...Alan Conway2011-04-191-1/+1
* QPID-3215: cached exchange reference can cause cluster inconsistencies if exc...Alan Conway2011-04-191-1/+1
* QPID-3208: Exchanges make best effort to route messages if there is an error.Alan Conway2011-04-181-7/+53
* Revert "QPID-3208: Exchanges make best effort to route messages if there is a...Alan Conway2011-04-151-56/+3
* QPID-3208: Exchanges make best effort to route messages if there is an error.Alan Conway2011-04-151-3/+56
* QPID-3107: If queue's alternate-exchange can't route message, try that exchan...Gordon Sim2011-03-031-0/+9
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-15/+1
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-201-13/+5
* Introduce broker::Cluster interface.Alan Conway2010-10-181-1/+15
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+1
* Code cleanup Ted Ross2010-04-231-28/+14
* Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recoveryKim van der Riet2010-04-131-1/+2
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-2/+2
* Changes needed for QPID-2029 (Clustering and Management don't work well toget...Ted Ross2010-02-121-13/+17
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-011-2/+2
* Fix for QPID-2278 - "Store recovery compatibility problem introduced by alter...Kim van der Riet2009-12-151-2/+4
* Fixed problem where broker does not persist the alternate exchange setting to...Kim van der Riet2009-10-281-0/+18
* QPID-1732 - When an exchange is deleted, the binding-count for bound queues i...Ted Ross2009-10-221-1/+6
* Transient flow-to-disk messages switched to store from BDB. Only single-queue...Kim van der Riet2009-09-281-0/+4
* Exchange route() refactorization that eliminates common code in each of the E...Kim van der Riet2009-09-251-0/+30
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-43/+0
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-0/+43
* Tidied up namespace usageAndrew Stitcher2009-09-091-13/+13
* Added management visibility into the alternate exchange and auto-delete attri...Ted Ross2009-08-251-2/+17
* Add directory to #includeAlan Conway2009-07-141-4/+4
* Handle case where recovered exchange is of unrecognised type.Gordon Sim2009-05-211-3/+8
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-29/+29
* 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-0/+4
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-4/+6
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-5/+10
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-3/+8
* Non fucntional changesCarl C. Trieloff2008-11-061-4/+3
* correction for Active-Active clustering, allowing late joining nodes in the c...Carl C. Trieloff2008-11-031-2/+6
* Federation bug-fixes:Ted Ross2008-10-311-4/+11
* Added exchange options to qpid-configTed Ross2008-10-241-0/+1
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-241-4/+52
* Feature requested by AndrewM for M4...Carl C. Trieloff2008-10-171-7/+25
* Correction of lock scope to make sure ordering from exchange to queue isCarl C. Trieloff2008-10-141-7/+14
* QPID-1351Carl C. Trieloff2008-10-131-2/+24
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-1/+1
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-3/+5
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-6/+0
* QPID-1264: initial fix for fanout, direct and headers exchanges (fix for rema...Gordon Sim2008-09-081-0/+8
* QPID-1174 Updates to the management frameworkTed Ross2008-09-031-4/+4
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-161-4/+4
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-25/+22
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-301-3/+3
* Management clean-up. Made the management broker more defensive with regard t...Ted Ross2008-06-041-2/+8