summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/federation.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes QPID-2499: Stale federation routes remain after route deletion.Jonathan Robie2011-01-131-40/+33
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-201-0/+159
* QPID-2875: wait for federation configuration to settle before testing route p...Kenneth Anthony Giusti2010-09-211-21/+78
* QPID-2691: ensure ttl adjustment uses correct expiration on cloned messageGordon Sim2010-06-241-1/+3
* QPID-2487: remove call to reversed() - not in pre2.4 python, increased bind t...Kenneth Anthony Giusti2010-04-201-9/+9
* QPID-2487: add wait for new exchange to appear in qmfKenneth Anthony Giusti2010-04-191-22/+48
* QPID-2487: fix route propagation tests to prevent spurious timeouts.Kenneth Anthony Giusti2010-04-161-58/+263
* QPID-2487: add federation tests to verify bugfix.Kenneth Anthony Giusti2010-04-091-0/+550
* QPID-2482: prevent duplication of messages that match multiple binding keys o...Kenneth Anthony Giusti2010-04-061-0/+51
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-011-0/+153
* QPID-2045 - crash when destroying a federation link with a dynamic bridgeTed Ross2009-09-031-2/+7
* QPID-2050 - leak of bridge objectsTed Ross2009-09-021-0/+14
* Improved the cleanup-check at the end of every federation testTed Ross2009-08-191-35/+21
* QPID-1971 - bind in fedOpReorigen mode is not threadsafe for TopicExchangeTed Ross2009-08-131-0/+124
* fixed the cpp/python test integrationRafael H. Schloming2009-08-111-61/+25
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-12/+11
* QPID-1526: add checks for exclusive ownership plus tests to verify they are e...Gordon Sim2008-12-101-1/+1
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-241-104/+230
* QPID-1366 - implementation of automatic anti-looping for federationTed Ross2008-10-161-0/+59
* QPID-1349 - Push routing for federation (includes hook for dynamic routing)Ted Ross2008-10-101-0/+44
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-1/+1
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-4/+4
* QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing en...Gordon Sim2008-05-131-2/+3
* QPID-1052: Patch from Ted RossGordon Sim2008-05-121-0/+9
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-23/+17
* QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@...Gordon Sim2008-04-291-5/+85
* Moved federation to final 0-10 codepathGordon Sim2008-04-221-6/+6
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-221-24/+25
* Fixes and automated tests for federation function.Gordon Sim2008-04-091-0/+191