summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-3837: Update message to use the string name of the type. Told you i shou...Robert Gemmell2012-02-141-2/+2
* QPID-3837: align the 0-10 exception message for an exchange redeclare attempt...Robert Gemmell2012-02-131-2/+2
* QPID-3829: use a seperate object for reference checking to stop the AMQMessag...Robert Gemmell2012-02-135-31/+18
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-092-0/+308
* QPID-3823: ServerSession unblock(AMQQueue) can cause NPE when trying to remov...Keith Wall2012-02-094-67/+85
* QPID-3821: Uncaught exception thrown in QueueRunner.run() could cause QueueRu...Keith Wall2012-02-092-21/+30
* QPID-3809: Java Broker killed by java.net.SocketException: Broken pipe (kille...Keith Wall2012-02-071-6/+18
* QPID-3816: add client version to connection open loggingRobert Gemmell2012-02-066-22/+56
* QPID-3756: Reorder Java Broker's connection close process so that ConnectionC...Keith Wall2012-02-061-4/+9
* QPID-3815: remove duplicate setting of the NetworkConnection, this was alread...Robert Gemmell2012-02-061-1/+0
* NO-JIRA: remove factory method only used by testRobert Gemmell2012-02-062-8/+4
* QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...Robert Gemmell2012-02-059-73/+48
* QPID-3812: ExceptionListenerTest sporadically fails on java-mms-0.10Keith Wall2012-02-051-5/+9
* QPID-3813: allow configuring the default version reply to an unsupported prot...Robert Gemmell2012-02-045-24/+95
* QPID-3794: calculate a sleep interval to account for previous overlsleep, to ...Robert Gemmell2012-02-041-1/+6
* QPID-3805: Remove allow-all/deny-all security plugins from Java Broker.Keith Wall2012-02-024-206/+5
* QPID-3802: Broker command line processing --help (-h) and --version (-v) no l...Keith Wall2012-02-023-52/+99
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-0217-2847/+116
* QPID-3800: add the ability to disable particular protocol versions broker-wid...Robert Gemmell2012-02-024-13/+96
* QPID-3789 : Fix AbstractPasswordFilePrincipalDatabase to remove possibility o...Robert Godfrey2012-02-021-6/+13
* QPID-3789 : [Java Broker] Remove duplication between two password file databa...Robert Godfrey2012-02-018-933/+606
* QPID-3780 : guard against the possibility that the HWM is older than the queu...Robert Godfrey2012-02-011-1/+1
* QPID-3780 : guard against the possibility that the HWM is older than the queu...Robert Godfrey2012-02-011-0/+8
* QPID-3789 : [Java] Remove duplication of BytesDataOutput inner class, and sha...Robert Godfrey2012-01-311-155/+1
* QPID-3789 : [Java] Remove duplication of output converters and optimise start...Robert Godfrey2012-01-308-913/+59
* QPID-3789 : [Java] Remove dead code and empty directoriesRobert Godfrey2012-01-3011-560/+3
* QPID-3789 : [Java] Remove dead code and empty directoriesRobert Godfrey2012-01-305-783/+0
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-01-293-8/+29
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-2974-749/+326
* QPID-3788: Remove remaining MINA configuration keys (and those from other ret...Keith Wall2012-01-282-27/+2
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-2773-295/+566
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-279-9/+47
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-27373-1503/+1608
* QPID-3559: AMQQueueMBean: Switched timestamp formatting to static FastDateFo...Keith Wall2012-01-261-18/+11
* QPID-946, QPID-2379 : code review - move statements inside try blockRobert Godfrey2012-01-261-3/+3
* QPID-3780 : [Java Broker] reduce scavenge overhead on large queuesRobert Godfrey2012-01-251-18/+26
* QPID-3774 : allow out of order completion of persistent enqueues / dequeues (...Robert Godfrey2012-01-2119-37/+144
* QPID-3774 : allow out of order completion of persistent enqueues / dequeuesRobert Godfrey2012-01-206-41/+484
* QPID-3756: ManagedConnectionMBeanTest.testChannels occasionally fails on 0-10...Keith Wall2012-01-181-19/+31
* QPID-3720 : Fix issue with default group assignment pointed out by RobbieRobert Godfrey2012-01-161-2/+2
* QPID-3762: make sure to close the IoSender when the IoReciever indicates the ...Robert Gemmell2012-01-161-1/+8
* QPID-3761: rename the fallback config to ensure it isnt just picked up by Log...Robert Gemmell2012-01-162-5/+5
* QPID-3697: SortedQueue synchronisation can cause deadlockKeith Wall2012-01-134-3/+86
* QPID-3753 : [Java Broker] Improve automatic conversion of messages between 0-...Robert Godfrey2012-01-126-27/+88
* QPID-3720 : Fix bug which causes failure in 0-9-1 tests, namely SimpleAMQQueu...Robert Godfrey2012-01-111-3/+3
* QPID-3720 : Remove debugging log statementsRobert Godfrey2012-01-111-3/+0
* QPID-3720 : Add alternative (C++ style) grouping and apply comments from Robb...Robert Godfrey2012-01-114-144/+489
* QPID-3717 - Fixes based on review by Robbie GemmellRobert Godfrey2012-01-111-9/+7
* QPID-3730: remove ReadWriteJobQueue, it is no longer necessary as the only th...Robert Gemmell2012-01-095-50/+8
* NO-JIRA: remove unused codeRobert Gemmell2012-01-092-5/+0