summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : AMQP-1-0 sandbox updates - merge from trunkrg-amqp-1-0-sandboxRobert Godfrey2012-03-1094-602/+861
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-012-0/+38
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-0120-270/+242
* [NO-JIRA] : [AMQP 1-0 Sandbox] Undo class name changeRobert Godfrey2012-03-011-3/+3
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-0132-523/+2664
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-013-26/+56
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-014-22/+81
* NO-JIRA : add preliminary filter supportRobert Godfrey2011-09-141-3/+3
* NO-JIRA: 1.0 sandbox merge from trunkRobert Godfrey2011-09-104-24/+46
* NO-JIRA: Merged from trunk to amqp-1-0 sandbox branchRobert Godfrey2011-09-071-1/+1
* NO-JIRA : Merged from trunkRobert Godfrey2011-08-293-5/+50
* NO-JIRA : Merge to 1-0 sandbox branch from current HEAD - r1160304Robert Godfrey2011-08-225-59/+214
* NO-JIRA: Merged up to current HEAD on 1-0 sandbox branchRobert Godfrey2011-08-1532-960/+3626
* Non-JIRA: Merged up to r1085000 onto 1-0 sandbox branchRobert Godfrey2011-08-1513-90/+549
* Reapplying 1-0 sandbox changes to correct branch (hopefully)Robert Godfrey2011-08-142-20/+20
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-142-14/+17
* QPID-3048: InternalBrokerBasecase not removing all log actorsAndrew Donald Kennedy2011-02-171-4/+1
* QPID-2900: Changed SimpleAMQQueue to avoid race condition in the updating ato...Robert Gemmell2011-02-085-25/+394
* QPID-3017: improve error handling for the new transaction classes, add some l...Robert Gemmell2011-01-286-1/+1307
* QPID-3010: ensure the SimpleByteBufferAllocator is always used and non-direct...Robert Gemmell2011-01-211-28/+0
* QPID-2857: address a further 60 or so issues identified by running FindBugs a...Robert Gemmell2010-09-192-31/+31
* QPID-2704: simplify the implementation of SQEL scavenge() ability and add test.Robert Gemmell2010-09-181-0/+144
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-1226-271/+329
* QPID-2843: move the text to the properties file to allow for il8nRobert Gemmell2010-09-061-3/+3
* QPID-2843: Ensure that a MNG-1004 message is logged when using the platform a...Robert Gemmell2010-09-031-1/+10
* QPID-2843: add missed changeRobert Gemmell2010-09-031-1/+1
* QPID-2824: Use toLogString rather than toString on LogSubject(s)Robert Gemmell2010-08-304-4/+11
* QPID-2802: remove forgotten debugging printlnRobert Gemmell2010-08-301-1/+0
* QPID-2771: rename package from plugin to pluginsRobert Gemmell2010-08-275-8/+8
* QPID-2802: move Log4jMessageLogger and update its test to account for use of ...Robert Gemmell2010-08-261-51/+83
* QPID-2802: Add support for a status-logging hierarchy, such that the Log4jMes...Robert Gemmell2010-08-2615-294/+114
* Tidy up various badly named testsAndrew Donald Kennedy2010-08-132-59/+5
* QPID-2787: Add test for persistence of Conflation/LastValue queuesRobert Gemmell2010-08-091-24/+52
* QPID-2787: split existing test into component test methods regarding persiste...Robert Gemmell2010-08-061-172/+405
* QPID-2787: Move QpidTestCase to Common test module so that any test can inher...Robert Gemmell2010-08-061-2/+2
* QPID-2659: Add AMQStoreException to message storesAndrew Donald Kennedy2010-07-264-22/+24
* QPID-2682: Move slow consumer disconnection mechanism to the brokerAndrew Donald Kennedy2010-07-225-0/+1016
* QPID-2731: ensure the MessageStoreTest test store for Derby is created within...Robert Gemmell2010-07-211-1/+2
* QPID-2731, QPID-2741, QPID-2742: Enable the MessageStoreTest to run for the D...Robert Gemmell2010-07-161-43/+67
* QPID-2731: enable getting/setting queue exclusivity via JMXRobert Gemmell2010-07-163-2/+19
* Fixed a compile error.Rajith Muditha Attapattu2010-07-061-26/+0
* QPID-2700 Patch for ability to remove bindings from exchanges and additional ...Marnie McCormack2010-07-051-0/+79
* QPID-2681 : Correcly process global configuration, added test to coverMartin Ritchie2010-07-051-3/+53
* QPID-2581 : Process new topic configurationMartin Ritchie2010-07-051-0/+79
* Update SAMQQT to use an initialised Direct exchange rather than make its own.Martin Ritchie2010-06-141-1/+4
* QPID-2638 : Add initial support for Topics section in configuration file.Martin Ritchie2010-06-142-6/+5
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili...Martin Ritchie2010-06-1411-59/+58
* QPID-2632 : External broker profile actually needs an InVM broker created to ...Martin Ritchie2010-06-031-1/+1
* Increase ExpiredMessageCheck time period to ensure test succesfully runsMartin Ritchie2010-06-031-1/+1
* QPID-2632 : Fix test that need to modify the configuration before starting th...Martin Ritchie2010-06-028-124/+133