summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-2379: add ConsumerCountHigh to Queue delegateRobert Gemmell2010-03-044-3/+23
* BasicMessageProducer_0_10.java contains a fix for QPID-2428.Rajith Muditha Attapattu2010-03-043-4/+19
* Moved the scripts and config files to the tools module as the Perf Producer a...Rajith Muditha Attapattu2010-03-045-214/+4
* QPID-2417: add a volume test for transient message delivery using topics + se...Robert Gemmell2010-03-032-0/+348
* Moved the slf4j-log4j deps to the common libs. If one only builds the client ...Rajith Muditha Attapattu2010-03-021-2/+2
* QPID-2417: update exclude files with correct test name and locations to allow...Robert Gemmell2010-02-263-2/+4
* QPID-2417: add a test that restarts the broker at the end to validate the sto...Robert Gemmell2010-02-251-4/+27
* QPID-2417: add ability to run DurableSubscriberTest on the java-derby profile...Robert Gemmell2010-02-254-2/+11
* Add topic entry required by the MultiMessageDispatcher exampleRobert Gemmell2010-02-251-0/+1
* QPID-2417: unsubscribe the durable subscriptions when done to delete the queuesRobert Gemmell2010-02-251-0/+5
* QPID-2421 : Update to expose the PingClient count so we can set the correlati...Martin Ritchie2010-02-252-1/+6
* QPID-2421 : Augmented Async Performance test to take new 'preFill' value, tha...Martin Ritchie2010-02-256-13/+300
* QPID-2417: add TTL testing of durable topic subscriptionRobert Gemmell2010-02-241-0/+155
* QPID-2417: update the auto-ack tests to leave an unacked message on the durab...Robert Gemmell2010-02-241-23/+80
* Move queue info example to the new management/examples submoduleRobert Gemmell2010-02-181-0/+0
* Add some initial examples of using jmx to add new queues and delete messages ...Robert Gemmell2010-02-183-0/+295
* Adding example jmx script for extracting queue information form the Java brok...Marnie McCormack2010-02-181-0/+177
* This is related to QPID-2242Rajith Muditha Attapattu2010-02-181-47/+97
* added a null check for the exchange class - related to QPID-1831Rajith Muditha Attapattu2010-02-181-1/+2
* This is related to QPID-1575Rajith Muditha Attapattu2010-02-172-2/+2
* This is related to QPID-2404Rajith Muditha Attapattu2010-02-162-2/+2
* QPID-2379: change unimplemented property method to return false instead of nullRobert Gemmell2010-02-151-1/+1
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-1266-3080/+4466