summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QPID-3774 : Work around Java BDB issue with cursors and flushLogRobert Godfrey2012-01-211-63/+25
* QPID-3774 : allow out of order completion of persistent enqueues / dequeues (...Robert Godfrey2012-01-2121-40/+148
* QPID-3774 : allow out of order completion of persistent enqueues / dequeuesRobert Godfrey2012-01-2010-101/+627
* QPID-3768: Refactor test case to avoid possibility of spurious test failureKeith Wall2012-01-181-29/+39
* QPID-3688 Added a default constructor and allowed the destination string to b...Rajith Muditha Attapattu2012-01-184-1/+34
* QPID-3756: ManagedConnectionMBeanTest.testChannels occasionally fails on 0-10...Keith Wall2012-01-182-20/+38
* QPID-3766 Committing a patch by Weston Price.Rajith Muditha Attapattu2012-01-171-12/+13
* QPID-3764 Committing a patch by Weston Price.Rajith Muditha Attapattu2012-01-173-6/+19
* QPID-3763 Committing a patch by Weston Price.Rajith Muditha Attapattu2012-01-171-1/+1
* 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-164-8/+8
* QPID-3720 : Reorder an ack in the test to prevent spurious failuresRobert Godfrey2012-01-161-1/+1
* QPID-3758 : Reduce memory overhead of SessionsRobert Godfrey2012-01-131-40/+47
* QPID-3697: SortedQueue synchronisation can cause deadlockKeith Wall2012-01-134-3/+86
* QPID-3747: Prefetch behaviour test occasionally fails on 0-10 profileKeith Wall2012-01-131-22/+28
* QPID-3753 : [Java Broker] Improve automatic conversion of messages between 0-...Robert Godfrey2012-01-129-28/+417
* QPID-3635: Refactored testcase to make objectives more clearKeith Wall2012-01-128-359/+295
* QPID-3720 : Fix bug which causes failure in 0-9-1 tests, namely SimpleAMQQueu...Robert Godfrey2012-01-111-3/+3
* QPID-3604 Reverting the changes as it releases messages everytime theRajith Muditha Attapattu2012-01-113-77/+9
* 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-116-209/+693
* QPID-3736 : Upgrade to BDB version 5.0.34Robert Godfrey2012-01-114-5/+4
* QPID-3717 - Fixes based on review by Robbie GemmellRobert Godfrey2012-01-111-9/+7
* NO_JIRA Modified the test to stop the connection to ensure the consumerRajith Muditha Attapattu2012-01-111-5/+14
* QPID-3604 The code now drains individual consumer queues as well as theRajith Muditha Attapattu2012-01-113-6/+77