summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-3802: Broker command line processing --help (-h) and --version (-v) no l...Keith Wall2012-02-022-52/+77
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-0216-2844/+104
* QPID-3800: add the ability to disable particular protocol versions broker-wid...Robert Gemmell2012-02-023-13/+44
* 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-016-902/+585
* 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-307-912/+58
* QPID-3789 : [Java] Remove dead code and empty directoriesRobert Godfrey2012-01-3010-472/+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-292-4/+16
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-2972-732/+300
* QPID-3788: Remove remaining MINA configuration keys (and those from other ret...Keith Wall2012-01-281-14/+2
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-2749-204/+486
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-278-7/+41
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-27287-1184/+1281
* 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-132-3/+48
* 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-094-37/+8
* NO-JIRA: remove unused codeRobert Gemmell2012-01-092-5/+0
* QPID-946 , QPID-2379 : QMF and Federation fixes (now works again with qpid-co...Robert Godfrey2012-01-0724-143/+1156
* QPID-3715: Fix the receiving of an empty ObjectMessage (without a body)Keith Wall2012-01-073-89/+2
* QPID-3704: OutOfOrderQueue#checkSubscriptionsNotAheadOfDelivery cannot consid...Keith Wall2012-01-051-7/+3
* QPID-464 : Attempt to log error using log4j before shutting downRobert Godfrey2012-01-041-0/+4
* QPID-3714 : Fix for NPE when a transient message (or when using the Memory St...Robert Godfrey2012-01-041-0/+8
* QPID-3714 : Fix for NPE in the SecurityManager when a null routing key is use...Robert Godfrey2012-01-041-1/+9
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-037-41/+298
* QPID-464 : Set the default uncaught exception handler to abruptly terminate t...Robert Godfrey2012-01-021-1/+64
* QPID-3713 : Implement producer side flow control for 0-10 in Java BrokerRobert Godfrey2012-01-025-14/+114
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-2870-2063/+2456
* QPID-3707: Fix ClassCastException when processing QueueUnbind for 0-9-1 proto...Keith Wall2011-12-221-5/+18
* QPID-3682: Shutdown Plugin ImprovementsKeith Wall2011-12-163-34/+33
* QPID-3687 : Improve Java Broker performanceRobert Godfrey2011-12-1512-166/+644
* QPID-3684: Remove the Message Store Tool and its associated script and config...Keith Wall2011-12-1518-3406/+0
* QPID-3680: Header exchange bindings not being created via JMX Management ConsoleKeith Wall2011-12-141-0/+52
* QPID-3676: Correct issues found by findbugs marked as blockersKeith Wall2011-12-132-121/+122