summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkAidan Skinner2009-10-114-9/+41
* Merge from trunkAidan Skinner2009-09-171-20/+35
* QPID-2105: Make NetworkDriver.open use a SSLContextFactory, not an SSLEngine.Aidan Skinner2009-09-164-143/+18
* Merge from trunk Aidan Skinner2009-09-091-13/+0
* QPID-2025: Add a AMQProtocolEngine from the de-MINAfied AMQMinaProtocolSessio...Aidan Skinner2009-09-018-419/+206
* QPID-2051: relax the parser validation to only halt startup on fatal-errors i...Robert Gemmell2009-08-171-2/+2
* QPID-2051: Update startup scripts to disable the Log4J default initialisation...Robert Gemmell2009-08-161-0/+396
* QPID-2001 : Default Locale should be the VMs locale not en_US.Martin Ritchie2009-08-141-3/+2
* QPID-2002 : Updated ManagementActor to derive logString from the current threadMartin Ritchie2009-08-121-8/+14
* QPID-2002 : Added new SUB-1003 Message with testingMartin Ritchie2009-08-121-0/+12
* QPID-2002 : Addition of a QueueActor to be set during running of the processQ...Martin Ritchie2009-08-121-0/+119
* QPID-2002 : Made owner an optional value on the queue log messageMartin Ritchie2009-08-121-16/+103
* QPID-2002 : Added test to ensure that the ResourceBundle is loadable even if ...Martin Ritchie2009-08-121-0/+71
* 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