summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test
Commit message (Expand)AuthorAgeFilesLines
* Removed unused Constructor on Mock objectMartin Ritchie2009-08-062-6/+1
* QPID-2002, QPID-2001 : Add new SubscriptionActor to perform Subscription clos...Martin Ritchie2009-08-062-0/+138
* QPID-2002 : Added exclusive parameter to subscription.setQueue to allow impro...Martin Ritchie2009-08-062-2/+3
* QPID-2002 : Updates to Test ARs to correctly remove the CurrentActor on close...Martin Ritchie2009-08-064-8/+30
* QPID-2002: MessageStore Logging , DerbyMS Does not have Queue Recovery loggin...Martin Ritchie2009-08-061-1/+1
* QPID-2002 : Renamed TestBlankActor to TestLogActor for more general use in Nu...Martin Ritchie2009-08-062-2/+2
* QPID-2028 : Ensure all Non QpidTestCase System tests correctly clean up by re...Martin Ritchie2009-08-0629-89/+304
* QPID-2002 : Updates to integrate Logging with test ant test runs.Martin Ritchie2009-08-034-62/+30
* QPID-1230 : Removed MockProtocolSession, Updated all references to use Intern...Martin Ritchie2009-08-0318-594/+309
* QPID-2002: Added testing of Channel LoggingMartin Ritchie2009-08-032-5/+8
* Removed stale constructor, updated two test cases to use other constructor, t...Martin Ritchie2009-08-032-3/+2
* QPID-2002 : Change CON-1001 to make client ID optional so that the various st...Martin Ritchie2009-08-032-6/+29
* QPID-2001 : Corrected MSLSubject, extracting the Store from the vhost fails t...Martin Ritchie2009-08-031-1/+1
* QPID-2001 : Added missing MessageStoreLogSubject and corresponding testMartin Ritchie2009-08-031-0/+59
* QPID-2001 : Update to provide control of options in messages.Martin Ritchie2009-07-247-30/+209
* QPID-2001 : Fully Tested LogMessagesMartin Ritchie2009-07-2312-1/+808
* QPID-1992 : Fixed spelling errorsMartin Ritchie2009-07-232-4/+29
* QPID-2001 : Provide a locale configuration option to allow the localisation o...Martin Ritchie2009-07-221-0/+33
* QPID-1992 : Corrected duplication in ServerConfiguration for StatusUpdates an...Martin Ritchie2009-07-222-73/+18
* QPID-1980 : Update to ServerConfiguration provided by Keith Chow, Updated Ser...Martin Ritchie2009-07-221-16/+10
* QPID-1992 : Removed couple of unused importsMartin Ritchie2009-07-221-4/+1
* QPID-1992 : Addition of new Broker Logging FrameworkMartin Ritchie2009-07-2226-43/+2255
* QPID-1968: Expose deleteMessages() queue operation through the JMX MBean inte...Robert Gemmell2009-07-211-0/+46
* QPID-1961: expand viewMessages() queue operation to support long parameters, ...Robert Gemmell2009-07-213-3/+83
* QPID-1927: move mbean interfaces to management-common, make broker module dep...Robert Gemmell2009-07-113-1/+4
* QPID-1962: Lookup hostname, don't rely on localhost being canonical for 127.0...Aidan Skinner2009-06-291-2/+2
* QPID-1826: Ensure that server-wide configuration variables in virtualhosts.xm...Aidan Skinner2009-04-231-0/+18
* QPID-1812: Fix firewall rule parsing, add test for this.Aidan Skinner2009-04-151-2/+62
* 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