summaryrefslogtreecommitdiff
path: root/qpid/java/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-3596 : Python tests fails as Java Broker does not validate for reserved ...Robert Godfrey2012-02-212-32/+63
* QPID-3861 : Run Python Message Grouping tests against the Java Broker; also f...Robert Godfrey2012-02-211-1/+1
* QPID-3477 : Java Broker does not handle a rejection/acknowledgemnt with inval...Robert Godfrey2012-02-211-1/+4
* QPID-3588 : Python message echo test fails against Java broker because only e...Robert Godfrey2012-02-201-0/+4
* QPID-3857: remove the protected Impl method now that we dont need the Session...Robert Gemmell2012-02-201-1/+1
* QPID-3857: Fix racing conditions on registering session in connection and sen...Robert Gemmell2012-02-201-1/+0
* QPID-1505 : PlainSaslServer throws and immediately catches and wraps Sasl Exc...Robert Godfrey2012-02-202-28/+37
* 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