summaryrefslogtreecommitdiff
path: root/java/broker
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-28410-25029/+18231
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-274-73/+136
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-03273-10816/+15567
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-04209-2979/+12425
* QPID-3855: only increment activeConsumerCount during registration if the subs...Robert Gemmell2012-02-193-3/+68
* NO-JIRA: stop catching Throwable, we generally shouldnt continue when faced w...Robert Gemmell2012-02-171-1/+1
* QPID-3850: add switch into default uncaught exception handler to prevent the ...Robert Gemmell2012-02-171-3/+7
* QPID-3844: allow queryMBeans to succeed without ACL checking, tools like JCon...Robert Gemmell2012-02-162-7/+25
* QPID-3843: ensure ACL rule evaluation for the ALL operation accounts for the ...Robert Gemmell2012-02-161-2/+2
* QPID-3848: relax the enforcement of exchange type checking during passive exc...Robert Gemmell2012-02-152-2/+2
* QPID-3840: corrected qpid-passwd and qpid-run to handle paths with spaces in ...Keith Wall2012-02-151-3/+3
* QPID-3840: added automated tests for the Java Broker's qpid-passwd script and...Keith Wall2012-02-152-29/+57
* QPID-3842: Java Broker should report platform and memory size on startupKeith Wall2012-02-143-4/+61
* 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-0218-2855/+117
* 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-283-30/+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