summaryrefslogtreecommitdiff
path: root/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-2843: move the text to the properties file to allow for il8nRobert Gemmell2010-09-063-6/+6
* QPID-2837: The o.a.q.server.transport.ThreadPoolFilter class is not used and ...Robert Gemmell2010-09-051-698/+0
* QPID-2418: updates to fix test failures when using the 0-10 client test profi...Robert Gemmell2010-09-051-1/+3
* QPID-2843: Ensure that a MNG-1004 message is logged when using the platform a...Robert Gemmell2010-09-034-5/+14
* QPID-2843: move the 2 management port listening messages to after the respect...Robert Gemmell2010-09-031-8/+5
* QPID-2843: add missed changeRobert Gemmell2010-09-031-1/+1
* QPID-2843: Remove old logging and use the operational logging framework to pr...Robert Gemmell2010-09-026-52/+82
* QPID-2824: Use toLogString rather than toString on LogSubject(s)Robert Gemmell2010-08-3015-24/+35
* QPID-2802: remove forgotten debugging printlnRobert Gemmell2010-08-301-1/+0
* QPID-2820: remove unused ManagedChannel interfaceRobert Gemmell2010-08-281-68/+0
* QPID-2769: add serialVersionUIDRobert Gemmell2010-08-281-0/+3
* QPID-2771: rename package from plugin to pluginsRobert Gemmell2010-08-2716-27/+27
* QPID-2822: add ASF licence to SCD log message property filesRobert Gemmell2010-08-272-2/+40
* QPID-2822: move documentation of the log message property files from the file...Robert Gemmell2010-08-2712-2291/+0
* QPID-2802: move Log4jMessageLogger and update its test to account for use of ...Robert Gemmell2010-08-263-56/+85
* QPID-2802: Add support for a status-logging hierarchy, such that the Log4jMes...Robert Gemmell2010-08-2628-461/+240
* QPID-2657: Correct handling of sync on 0-10 client session for exceptionsAndrew Donald Kennedy2010-08-131-2/+10
* Tidy up various badly named testsAndrew Donald Kennedy2010-08-132-59/+5
* Remove the accessBroker method as it is unusedAndrew Donald Kennedy2010-08-131-5/+0
* QPID-2787: Add test for persistence of Conflation/LastValue queuesRobert Gemmell2010-08-094-38/+68
* QPID-2783: Eliminate the UnknownMessageTypeException from o.a.q.server.protoc...Robert Gemmell2010-08-082-47/+1
* 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-2642: Replace bitwise and with short-circuit and operatorAndrew Donald Kennedy2010-07-311-1/+1
* QPID-2668: Improve PlainPasswordPrincipalDatabase lock managementAndrew Donald Kennedy2010-07-311-26/+15
* QPID-2657: Factor out exception handlingAndrew Donald Kennedy2010-07-281-77/+31
* QPID-2659: Add AMQStoreException to message storesAndrew Donald Kennedy2010-07-2611-176/+175
* QPID-2661: Throw a NOT_IMPLEMENTED AMQException for 0-10 messagesAndrew Donald Kennedy2010-07-261-1/+1
* QPID-2657: Remove unnecessary ssn.processed() callAndrew Donald Kennedy2010-07-261-1/+0
* QPID-2757: Remove double checked lockingAndrew Donald Kennedy2010-07-261-14/+7
* QPID-2657: Make Exceptions propagate to client for 0-10Andrew Donald Kennedy2010-07-223-54/+96
* QPID-2740 : Update to use backupFilesToPath for non-compressed files.Martin Ritchie2010-07-221-18/+10
* QPID-2739 : Updated deleteFile to add the backupFilesToPath for delete reques...Martin Ritchie2010-07-221-3/+36
* QPID-2682: Move slow consumer disconnection mechanism to the brokerAndrew Donald Kennedy2010-07-2217-40/+1919
* QPID-2679: cache queues that are configured on a per-virtualhost basisAndrew Donald Kennedy2010-07-221-1/+8
* 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-162-43/+72
* QPID-2742: Gather exchange type name properly, and remove the extraneous stat...Robert Gemmell2010-07-161-3/+3
* QPID-2741: issue the shutdown command to Derby during close()Robert Gemmell2010-07-161-0/+16
* QPID-2731: enable getting/setting queue exclusivity via JMXRobert Gemmell2010-07-1610-2/+113
* QPID-2726: add custom PlainPasswordCallback to enable PLAIN auth against cust...Robert Gemmell2010-07-102-16/+88
* QPID-2726: move the password verification process to an easily overridable pr...Robert Gemmell2010-07-081-2/+15
* 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-052-0/+110
* QPID-2681 : Add final SCD testing for Topic and SubscriptionsMartin Ritchie2010-07-051-6/+9
* QPID-2681 : Provide default empty configuration for TopicConfigMartin Ritchie2010-07-051-0/+6
* QPID-1447 : Added some addition debug log to queue to aid understanding when ...Martin Ritchie2010-07-051-0/+5
* QPID-2681 : Update VHC to correctly merge queues-(exchange)-queueMartin Ritchie2010-07-051-16/+16
* QPID-2681 : Correcly process global configuration, added test to coverMartin Ritchie2010-07-052-6/+65
* QPID-2681 : Provide ability to merge configurations. This does simple merging...Martin Ritchie2010-07-054-34/+224