summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-898: move bz2 generation from the release target to a new release-all ta...Nuno Santos2008-04-041-1/+3
* QPID-798 Added boolean property fully_sync when true a sync is sent after a p...Arnaud Simon2008-04-041-3/+10
* QPID-796: Added ability to enable/disable message prefetching. Prefetching is...Arnaud Simon2008-04-047-36/+141
* QPID-897 this test was intermittently failing because of too short timeouts. ...Arnaud Simon2008-04-031-6/+6
* QPID-884 made ant task test alton/error/failure configurable from profile fileArnaud Simon2008-04-024-2/+8
* QPID-884 Updated ant for using a profile. I have created a default profile th...Arnaud Simon2008-04-026-30/+70
* QPID-829 Remove 0.10 specific URL. The code path is now selected based on bro...Arnaud Simon2008-04-0221-98/+222
* Changed construtor serialbits type, was double should be long (ref qpid-861)Arnaud Simon2008-03-261-1/+1
* Qpid-860: changed running test conditionArnaud Simon2008-03-261-2/+2
* Qpid-860: provides support for specifying a list of test to be excludedArnaud Simon2008-03-261-2/+77
* Qpid-861: Java RFC 1982 implementation + Junit testsArnaud Simon2008-03-263-0/+275
* make build.xml files backward-compatible with ant 1.6.5, by replacing ant 1.7...Nuno Santos2008-03-245-18/+23
* This commit is associated with JIRA QPID-859Rajith Muditha Attapattu2008-03-201-2/+10
* This commit is for JIRA QPID-859Rajith Muditha Attapattu2008-03-2030-0/+1026
* This is a fix for QPID-864.Rajith Muditha Attapattu2008-03-203-11/+24
* This contains a trivial fix for QPID-863.Rajith Muditha Attapattu2008-03-192-86/+38
* This commit is for QPID-859Rajith Muditha Attapattu2008-03-1811-10/+199
* Revision 636791 says: "Added constant to represent the AMQP versions, as prev...Arnaud Simon2008-03-182-2/+3
* verify scripts for the JMS direct exchange examples. This is tracked in JIRA-859Rajith Muditha Attapattu2008-03-175-0/+24
* Added constant to represent the AMQP versions, as previously it was hard-coded.Rajith Muditha Attapattu2008-03-132-1/+8
* Removed redundant code (see QPID-838). As this is a major 0.10 change tck has...Arnaud Simon2008-03-072-92/+10
* Changed host name to localhost so the test can run on Windows (see QPID-836)Arnaud Simon2008-03-071-2/+2
* This is a very simple fix for QPID-837 (this code will be changed once the me...Arnaud Simon2008-03-071-1/+1
* Added resource cleaning (mainly connection close); see QPID-824Arnaud Simon2008-03-0610-9/+25
* Stop the dispatcher thread before closing the session so it does not acquire ...Arnaud Simon2008-03-041-0/+4
* un-commented testNoLocal as it should be added to the exclude list until the ...Arnaud Simon2008-03-041-2/+2
* added an assert to verify that no threads are leaked on connection open/close...Rafael H. Schloming2008-03-032-1/+30
* QPID-702 Removed cluster code as it has been scheduled for such since last year.Martin Ritchie2008-02-291-6/+8
* QPID-702 Removed cluster code as it has been scheduled for such since last year.Martin Ritchie2008-02-2991-7995/+0
* Qpid-823: Dispatcher thread should be closed after consumers have been closed. Arnaud Simon2008-02-291-5/+5
* This solved Qpid-819 as of Gordon suggested patch Arnaud Simon2008-02-291-0/+3
* Rollback 632067 and 632072Arnaud Simon2008-02-2948-95/+151
* turn off junit reloadingRafael H. Schloming2008-02-291-1/+2
* See Qpid-817Arnaud Simon2008-02-2847-149/+93
* See Qpid-817Arnaud Simon2008-02-281-2/+2
* added an option to control junit forking of tests, and defaulted it to offRafael H. Schloming2008-02-281-4/+3
* See Qpid-817Arnaud Simon2008-02-281-4/+3
* Fixed the toString method to avoid printing both a routingkey and bindingkey ...Rajith Muditha Attapattu2008-02-271-8/+8
* Added another test to check for URISyntaxException when both routingkey and b...Rajith Muditha Attapattu2008-02-271-1/+27
* Correct the constant OPTION_BINDING_KEY that resulted in a test case failureRajith Muditha Attapattu2008-02-273-15/+24
* added a test case for the multiple binding key caseRajith Muditha Attapattu2008-02-271-10/+25
* Added a new parser for the BindingURL.Rajith Muditha Attapattu2008-02-273-132/+506
* This contains the ground work for QPID-803.Rajith Muditha Attapattu2008-02-2710-83/+240
* jvmarg -> test.mem; this fixes build breakage when jvmarg is empty or unspeci...Rafael H. Schloming2008-02-261-3/+5
* added prop jvmarg, that could be used allocate more memory: -Djvmarg=-Xmx512mArnaud Simon2008-02-251-2/+3
* Changed checkPreConditions for accessing directly to _messageSelectorArnaud Simon2008-02-253-3/+82
* combined test cases and eliminated race conditionRafael H. Schloming2008-02-211-12/+8
* modified test harness to clean up data dir when broker crashesRafael H. Schloming2008-02-213-29/+76
* added message releasing when messag listener is setArnaud Simon2008-02-211-1/+10
* added consumer2.close as messages may be delivered to this not used consumerArnaud Simon2008-02-211-0/+1