summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/systests/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-5989: [Java Tests] Relocate system test classes to beneath src/test/javaKeith Wall2014-08-129-2938/+0
* QPID-5967: Fix BDB HA VHN system testsAlex Rudyy2014-08-121-13/+42
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-111-22/+0
* QPID-5967: Set permitted nodes on a replica from application state of a maste...Alex Rudyy2014-08-111-0/+2
* QPID-5967: Intruder node detection must be mandatory and should validate all ...Alex Rudyy2014-08-063-7/+65
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the virtua...Keith Wall2014-07-311-2/+32
* QPID-5885: [Java Broker] Virtualhostnode to replace real virtualhost with rep...Keith Wall2014-07-081-12/+8
* QPID-5875: Fix intruder protection system testAlex Rudyy2014-07-041-2/+10
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-041-4/+56
* NO-JIRA: [Java Tests] BDB tests - prevent sporadic test failure from quorum o...Andrew MacBean2014-06-261-38/+36
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-261-0/+1
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-181-3/+4
* QPID-5715: Move coalescing commiters into environment facades. Flush logs for...Alex Rudyy2014-06-091-8/+8
* QPID-5715: Use coalescing sync committer for message store transactions only ...Alex Rudyy2014-06-031-9/+11
* QPID-5715: Add new attributes for transaction sync policies into BDB HA virtu...Alex Rudyy2014-05-272-14/+117
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-211-0/+126
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-202-8/+6
* QPID-5715: On BDB HA virtual host node deletion invoke ReplicationGroupAdmin#...Alex Rudyy2014-05-201-0/+66
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-155-33/+303
* QPID-5715: BDB HA's remote replication nodes were using wrong value for lastK...Keith Wall2014-05-141-3/+27
* QPID-5761: Fix BDBHAVirtualHostNodeRestTest test failure caused by premature ...Alex Rudyy2014-05-121-3/+3
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-092-70/+28
* QPID-5744: Move management REST API under /api/latest and auxiliary REST serv...Alex Rudyy2014-05-021-3/+3
* QPID-5715: Restart replicated environment several times before giving up. Thi...Alex Rudyy2014-05-021-1/+1
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-301-0/+176
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-215-41/+35
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-092-2/+5
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-071-1/+1
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-043-13/+15
* QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-041-666/+0
* QPID-5653: Open databases and upgrade on opening of configuration/message storesAlex Rudyy2014-03-312-3/+3
* NO-JIRA: Make the MessageStore and DurableConfigurationStore stateless. This...Keith Wall2014-03-281-1/+4
* NO-JIRA: Merge changes from trunk.Keith Wall2014-03-251-1/+2
|\
| * QPID-5615 : [Java Broker] update the durable configuration store interface to...Robert Godfrey2014-03-231-8/+6
* | Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-251-5/+7
* | QPID-5624: Introduce messageStoreSettings VH attribute and move all message s...Keith Wall2014-03-144-24/+35
* | QPID-5410: Fix HAClusterTwoNodeTestKeith Wall2014-03-131-0/+6
* | QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-126-118/+51
* | QPID-5410: [Java Broker/BDB]. Introduce a thin facade (EnvironmentFacade) bet...Keith Wall2014-03-122-15/+25
|/
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-051-1/+1
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-141-2/+2
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-141-1/+1
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-071-0/+36
* NO-JIRA : fix spelling error/typo in name of Enque(ue)ableMessageRobert Godfrey2014-01-231-2/+2
* QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-221-0/+6
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-221-3/+3
* QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-171-1/+2
* NO-JIRA : add info to test assert to give clue as to why test failedRobert Godfrey2014-01-071-1/+4
* QPID-5161: Use case-insensitive path comparing on Windows OS when evaluating ...Alex Rudyy2013-10-031-1/+1
* QPID-5162: move the bdbstore-specific systests to their own moduleRobert Gemmell2013-09-238-0/+2717