summaryrefslogtreecommitdiff
path: root/java/broker/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-1464-0/+12603
* QPID-1807 : Remove old broker and FlowToDisk related testsMartin Ritchie2009-04-1477-14754/+0
* QPID-1801 Added method to show failure to PrincipalPermissionsTest.java and t...Marnie McCormack2009-04-101-1/+10
* QPID-1794 : Clear the StoreContext after non-transactional processing. Update...Martin Ritchie2009-04-081-15/+17
* QPID-1764 : Updated all tests to use the TestTransactionLog interface and spl...Martin Ritchie2009-04-0315-240/+394
* QPID-1730: make it easy to configure queues, fix inheriting settings from the...Aidan Skinner2009-04-032-0/+145
* QPID-1764 : Update to BaseTransactionLog to create a TestableTransactionLog, ...Martin Ritchie2009-04-034-53/+217
* QPID-1783 : Relax MessageFactory to allow out of order recoveryMartin Ritchie2009-04-011-10/+22
* QPID-1764 : Add a BaseTransactionLog that takes care of handling persistent m...Martin Ritchie2009-04-0110-64/+636
* QPID-1768 : Added multithreaded test to ensure multiple concurrent adds are ok.Martin Ritchie2009-03-261-0/+123
* QPID-1768 : Removed all the special priority queue code. Added the ability fo...Martin Ritchie2009-03-262-24/+0
* QPID-1776: fix interpolation of variables.Aidan Skinner2009-03-261-0/+18
* QPID-1735 : Added Documentation to QueueBackingStore around thread safety of ...Martin Ritchie2009-03-256-14/+62
* QPID-1735 : Removed duplicated methods with differing functionality that was ...Martin Ritchie2009-03-252-12/+2
* QEIT.testExpiry() only allows 10ms for creating the QueueEntry. Depending on ...Martin Ritchie2009-03-251-7/+8
* QPID-949 : Removed all getMessage() calls as this will cause a flowed message...Martin Ritchie2009-03-094-23/+28
* Added test to ensure ThreadPool is references are correctly removed for Prior...Martin Ritchie2009-03-091-10/+44
* QPID-949, QPID-1633 : Set default Maximum Memory Usage for a queue to 100Meg....Martin Ritchie2009-03-062-12/+98
* Style ChangesMartin Ritchie2009-03-061-5/+6
* QPID-1637 : Update to test to correctly use priority queues in test. Fixed bi...Martin Ritchie2009-03-032-13/+26
* QPID-430: Change configuration variable name in line with review remarks.Aidan Skinner2009-03-031-3/+3
* QPID-1583: close all app registries after use.Aidan Skinner2009-03-021-2/+7
* QPID-1637 : Added Purger thread for Priority Queues and when threasholds are ...Martin Ritchie2009-03-024-21/+141
* QPID-1583: Add test for reloading external firewall rules, fix buglets this t...Aidan Skinner2009-03-022-65/+249
* QPID-1704: updated server configuration testRobert Gemmell2009-03-021-12/+0
* QPID-1492: make the broker return the current queue depth and maximum queue d...Robert Gemmell2009-03-022-4/+4
* QPID-1655: use a File object to hold reference to access file instead of a St...Robert Gemmell2009-02-271-55/+174
* QPID-1536: modify the B64MD5 PD to take plain text input and perform the requ...Robert Gemmell2009-02-272-26/+136
* QPID-1502: Update the PlainPasswordFilePrincipalDatabase to be manipulatable ...Robert Gemmell2009-02-272-0/+474
* QPID-1635,QPID-1636,QPID-1638 : Updated QueueEntries to contain additional va...Martin Ritchie2009-02-276-50/+96
* QPID-1635,QPID-1636 : Moved additional properties from AMQMessage up to Queue...Martin Ritchie2009-02-276-202/+328
* QPID-1648: Remove doubling of new classes. Stoopid patch(1). PEBKAC.Aidan Skinner2009-02-251-413/+0
* QPID-1648: Add LoggingManagement and associated MBean to enable dynamic reloa...Aidan Skinner2009-02-251-0/+826
* QPID-1668: check initial count, don't assume it's 0. It should be, but there ...Aidan Skinner2009-02-251-4/+4
* QPID-1634 : Created QueueBackingStore interface and implementation FileQueueB...Martin Ritchie2009-02-251-0/+217
* QPID-1633 : Added new properties to SimpleAMQQueue with appropriate getters/s...Martin Ritchie2009-02-252-2/+58
* QPID-1612: Allow split configuration files. Add tests for old-style and new-s...Aidan Skinner2009-02-241-0/+4
* QPID-1612: add environment variables for some things, sanitise the housekeepi...Aidan Skinner2009-02-241-10/+0
* QPID-1612: add test class for ServerConfigurationAidan Skinner2009-02-241-0/+7
* Merge branch 'QPID-1612'Aidan Skinner2009-02-241-0/+672
* QPID-1621,QPID-1632 : Added a setManagementEnabled option to allow the MC to ...Martin Ritchie2009-02-202-7/+7
* QPID-1632 - Removal of reference counting and update to tests, TxAckTest was ...Martin Ritchie2009-02-2011-232/+284
* QPID-1632 - Initial testing of reference counting and implemntation of Transa...Martin Ritchie2009-02-206-198/+101
* QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat...Aidan Skinner2009-02-1914-67/+108
* QPID-1631 : Convert MessageStore to TransactionLog and RoutingTable. Updated ...Martin Ritchie2009-02-1315-77/+122
* QPID-1630 : Updated MessageFactory to be responsible for assigning messagIDs....Martin Ritchie2009-02-1316-340/+444
* QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI ba...Aidan Skinner2009-02-131-0/+267
* QPID-1629 : Convered AMQMessage to Interface and created concrete Transient/P...Martin Ritchie2009-02-1319-463/+666
* QPID-1628 : Further tiding up of imports no longer requried.Martin Ritchie2009-02-131-0/+50
* QPID-1629 : Fully test MessageHandles before moveMartin Ritchie2009-02-132-0/+359