summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-2424 : Augment processing scripts to generate min/max/avg stats file for...Martin Ritchie2010-04-122-26/+297
* QPID-2346 : Addressed the problems with AcknowledgeAfterFailoverOnMessageTest...Martin Ritchie2010-04-124-52/+188
* Modified the test to make the results more predictable.Rajith Muditha Attapattu2010-04-091-19/+21
* This is a fix for QPID-2493Rajith Muditha Attapattu2010-04-093-1/+134
* QPID-2379: add ability to respond to method requests with non-zero status cod...Robert Gemmell2010-04-093-18/+76
* QPID-2379: add Session.close() method implementationRobert Gemmell2010-04-096-13/+78
* QPID-2379: add Connection.close() method implementationRobert Gemmell2010-04-096-7/+76
* QPID-2361: actually write out the required default virtualhost propertyRobert Gemmell2010-04-061-0/+1
* QPID-2361: Fix to correctly set default virtualhost name in external configur...Robert Gemmell2010-04-052-0/+9
* QPID-2472: correction to count direction commentRobert Gemmell2010-04-011-2/+2
* QPID-2472: Correct log4j XML configuration commentsRobert Gemmell2010-04-011-26/+37
* Add a java-derby.0.10 test profileRobert Gemmell2010-04-011-0/+10
* QPID-2478: exclude testGetDestinationWithCustomExchange() from 0-8/9 runs aga...Robert Gemmell2010-04-013-1/+8
* QPID-2418: revert changes to testResubscribeWithChangedSelector()Robert Gemmell2010-04-011-11/+1
* QPID-2360, QPID-2361: Restore the virtualhosts.xml file. When a virtualhosts....Robert Gemmell2010-03-3033-842/+1500
* QPID-2417 , QPID-2418 , QPID-2449 : expand topic testing, specifically around...Robert Gemmell2010-03-304-5/+392
* QPID-2465: Set javac includeantruntime property in build filesRobert Gemmell2010-03-294-4/+4
* Added test case for QPID-2242 using a custom exchange to verify the fix.Rajith Muditha Attapattu2010-03-231-0/+43
* Added a jndi file, README and log4j file needed for testkit.Rajith Muditha Attapattu2010-03-233-0/+216
* QPID-2379: add the queue UnackedMessage countsRobert Gemmell2010-03-236-15/+74
* Added the new certificates.Rajith Muditha Attapattu2010-03-2216-0/+99
* Removed the old ssl certificates.Rajith Muditha Attapattu2010-03-228-33/+0
* This is related to QPID-2447Rajith Muditha Attapattu2010-03-226-59/+265
* Modified SSLTest to temporarily set all ssl jvm args to invalid values, to te...Rajith Muditha Attapattu2010-03-191-8/+16
* Added test cases for QPID-2444 and QPID-2446Rajith Muditha Attapattu2010-03-192-2/+114
* Added support for QPID-2444 QPID-2446Rajith Muditha Attapattu2010-03-192-38/+91
* This is related to QPID-2444 and QPID-2445Rajith Muditha Attapattu2010-03-195-9/+48
* Did some general refactoring to support QPID-2444 QPID-2445 QPID-2446 QPID-2447Rajith Muditha Attapattu2010-03-1911-52/+575
* QPID-2379: remove mistakingly commited temporary logging additionsRobert Gemmell2010-03-181-8/+0
* QPID-2379: add Binding.msgMatched() support to the ManagementExchange. Remove...Robert Gemmell2010-03-185-102/+47
* QPID-2397: add Binding.msgMatched() support to the TopicExchange, and remove ...Robert Gemmell2010-03-185-58/+97
* QPID-2379: remove some unused parametersRobert Gemmell2010-03-181-5/+3
* QPID-2379: add Binding.msgMatched() support to the HeadersExchangeRobert Gemmell2010-03-186-206/+268
* Updated the references to the new SSL package.Rajith Muditha Attapattu2010-03-151-2/+2
* Moved the SSL code under the security package.Rajith Muditha Attapattu2010-03-153-3/+3
* This is related to rev 922479Rajith Muditha Attapattu2010-03-151-4/+122
* Added utility methods to be used in providing a solution for QPID-2445Rajith Muditha Attapattu2010-03-131-0/+113
* QPID-2379: only inc/dec the outstanding txn count if the channel/session is t...Robert Gemmell2010-03-102-12/+25
* QPID-2379: add getDelivered() to SubscriptionRobert Gemmell2010-03-104-5/+16
* QPID-2430: when the AcceptMode=NONE, dont add the MessageAcceptCompletionList...Robert Gemmell2010-03-101-1/+1
* QPID-2379: ensure SubFlushRunner runnable changes thread name back to previou...Robert Gemmell2010-03-101-17/+24
* Fixed test cases to include the queue name in the expected error stringRajith Muditha Attapattu2010-03-081-4/+4
* Added "testActiveTTLwithDurableSubscription" to the CPPExcludes listRajith Muditha Attapattu2010-03-081-1/+4
* This is a fix for QPID-2432Rajith Muditha Attapattu2010-03-052-37/+77
* QPID-2379: defer getShadow property to ConnectionConfig objects instead of ha...Robert Gemmell2010-03-045-3/+18
* QPID-2379: move getCreateTime() up to the ConfiguredObject supertype, add imp...Robert Gemmell2010-03-0421-27/+50
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-0412-10/+66
* QPID-2379: add BytesTxnEnqueues and MsgTxnEnqueues on Queue delegateRobert Gemmell2010-03-0411-14/+92
* QPID-2379: increase the QMF management update interval from 10ms to 10secRobert Gemmell2010-03-041-1/+1
* QPID-2379: add TxnStarts, TxnCommits, TxnRejects, TxnCount on Session delegateRobert Gemmell2010-03-044-10/+111