summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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-048-33/+129
* QPID-3810: fix log outputRobert Gemmell2012-02-041-4/+7
* QPID-3793: Remove test MessageStatisticsTest.testMessagePeakRates from test s...Robert Gemmell2012-02-041-22/+0
* QPID-3794: calculate a sleep interval to account for previous overlsleep, to ...Robert Gemmell2012-02-041-1/+6
* QPID-3803: allow more time on persistent runs to help prevent sporadic failur...Robert Gemmell2012-02-041-3/+9
* QPID-3595: exclude additional alternate exchange testRobert Gemmell2012-02-041-0/+1
* QPID-3810: close an accepted socket when exceptions occur in order to prevent...Robert Gemmell2012-02-041-4/+24
* QPID-3810: rework exception handling to allow the acceptor to continue after ...Robert Gemmell2012-02-031-25/+41
* QPID-3781: fix system test MaxDeliveryCountTest.testAsynchronousDupsOkSession...Robert Gemmell2012-02-031-2/+2
* QPID-3792: fix system test DurableSubscriptionTest.testDurSubAddMessageSelect...Robert Gemmell2012-02-031-14/+10
* 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-021-4/+0
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-0242-3055/+528
* QPID-3784: move the system property key into ClientPropertiesRobert Gemmell2012-02-023-7/+8
* QPID-3784: introduce system property to run a dispatcher thread as damon/non-...Robert Gemmell2012-02-022-1/+77
* QPID-3800: add the ability to disable particular protocol versions broker-wid...Robert Gemmell2012-02-027-13/+220
* QPID-3789 : Fix AbstractPasswordFilePrincipalDatabase to remove possibility o...Robert Godfrey2012-02-021-6/+13
* QPID-3734 Commiting patch by Weston Price.Rajith Muditha Attapattu2012-02-0127-354/+371
* QPID-3790: Add a method AMQSession.getQueueDepth(AMQDestionation, boolean) to...Robert Gemmell2012-02-014-14/+59
* QPID-3789 : [Java Broker] Remove duplication between two password file databa...Robert Godfrey2012-02-0111-936/+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-317-574/+378
* QPID-3604 Moved the draining of consumer queues further down to be doneRajith Muditha Attapattu2012-01-311-8/+6
* 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-3012-598/+3
* QPID-3789 : [Java] Remove dead code and empty directoriesRobert Godfrey2012-01-308-1384/+0
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-01-2917-75/+349
* QPID-3789 : [Java] fix regression caused by destination cache miss (by furthe...Robert Godfrey2012-01-292-1/+7
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-29199-4624/+1098
* QPID-3788: Remove remaining MINA configuration keys (and those from other ret...Keith Wall2012-01-286-44/+6
* QPID-3775: Fix path handling in bdb scripts.Keith Wall2012-01-282-8/+14
* QPID-3775: Automate the manual persistent store tests.Keith Wall2012-01-2815-411/+590
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-27227-1269/+2074
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-2734-81/+360
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-27927-4533/+4515
* QPID-3559: AMQQueueMBean: Switched timestamp formatting to static FastDateFo...Keith Wall2012-01-261-18/+11
* QPID-3786 Setting queueName, exchange and routingKey from informationRajith Muditha Attapattu2012-01-261-1/+15
* QPID-946, QPID-2379 : code review - move statements inside try blockRobert Godfrey2012-01-261-3/+3
* QPID-3265 This is not a fix for this issue, but rather a minor step towards it.Rajith Muditha Attapattu2012-01-261-4/+4
* QPID-3783 The AddressParser will now set the subject to Null if it equals to ...Rajith Muditha Attapattu2012-01-261-0/+4
* QPID-3779: replace the old ImmediateMessageTest and MandatoryMessageTest with...Robert Gemmell2012-01-268-930/+213
* QPID-3604 Added a note on the exclude fileRajith Muditha Attapattu2012-01-251-0/+1
* QPID-3604 Excluded testConnectionStop method from 0-91 profile as theRajith Muditha Attapattu2012-01-251-0/+1
* QPID-3780 : [Java Broker] reduce scavenge overhead on large queuesRobert Godfrey2012-01-251-18/+26
* QPID-3604 Added a test case to cover this issue.Rajith Muditha Attapattu2012-01-241-0/+39
* QPID-3604 Added sync() after sending message stop for each subscriber.Rajith Muditha Attapattu2012-01-241-0/+1
* QPID-3604 Once message stop is issued for each subscriber, the clientRajith Muditha Attapattu2012-01-242-1/+93