summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-181-2/+2
* Undoing commits of stuff that was meant for my 1-0 sandboxRobert Godfrey2011-08-142-31/+20
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-142-20/+31
* QPID-2873: ensure that queues in the configuration file are always bound to t...Robert Gemmell2011-08-132-1/+215
* QPID-3387: use the subscription ID to track rejection rather than the subscri...Robert Gemmell2011-08-083-19/+36
* QPID-3386: move all server Subscription creation into the SubscriptionFactory...Robert Gemmell2011-08-083-45/+88
* QPID-3385: assign IDs from a generator within the MultiVersionProtocolEngineF...Robert Gemmell2011-08-083-3/+151
* QPID-3064, QPID-3157: ensure that if the node marker is pointing at the tail ...Robert Gemmell2011-07-311-0/+34
* QPID-3064, QPID-3157: ensure the node for a given Subscription is unlinked fr...Robert Gemmell2011-07-301-0/+395
* QPID-3255: update management console to remove redundant user management func...Robert Gemmell2011-07-211-34/+0
* QPID-3283: make Authentication Manager pluggable.Robert Gemmell2011-07-154-96/+217
* QPID-2815: move conversion of logWatch argument into milliseconds into Broker...Robert Gemmell2011-07-141-0/+143
* QPID-3310 - Principal/Subject refactoring.Robert Gemmell2011-07-135-18/+159
* QPID-3343: refactor test profiles to allow testing within the same JVM for al...Robert Gemmell2011-07-071-14/+0
* QPID-2815: refactor broker startup to present a clean interface interface for...Robert Gemmell2011-07-074-142/+233
* QPID-3026: remove incomplete support for multiple ApplicationRegistry instanc...Robert Gemmell2011-07-071-278/+256
* NO-JIRA: remove interface method @overridesRobert Gemmell2011-07-0710-48/+1
* QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov...Robert Gemmell2011-07-073-9/+15
* QPID-3341: remove unused/dead transport code and accompanying implementation ...Robert Gemmell2011-07-071-62/+3
* QPID-3318: ensure the abstract HouseKeepingTask class removes the LogActor it...Robert Gemmell2011-06-262-0/+338
* QPID-3296: update RMIPasswordAuthenticator to authenticate users via Authenti...Robert Gemmell2011-06-094-175/+316
* QPID-3219: update handling of QueueEntries to exclude use of entries in the i...Robert Gemmell2011-06-075-1/+821
* QPID-3249: Remove incomplete support for authentication at virtualhost level.Robert Gemmell2011-05-122-0/+235
* QPID-2759: Remove defunct jmxremote.access file user management rights manipu...Robert Gemmell2011-05-102-160/+96
* QPID-3164: correct the occasionally failing tests testSubscriptionSpecificReq...Robert Gemmell2011-04-041-77/+23
* QPID-3158 - Defect in the CRAM-MD5-HEX mechanism - CRAMMD5HexInitialiser fail...Robert Gemmell2011-03-311-0/+230
* QPID-3167: add a unit test of SimpleAMQQueue#processQueue to check delivery w...Robert Gemmell2011-03-3011-13/+152
* QPID-2984: Add statistics generation for broker message deliveryAndrew Donald Kennedy2011-03-081-0/+144
* 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