summaryrefslogtreecommitdiff
path: root/java/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-983: fixed deadlock between AMQConnection.close and FailoverHandlerRafael H. Schloming2008-04-291-37/+47
* QPID-832: fixed merge artifact affecting replyToRafael H. Schloming2008-04-241-13/+6
* QPID-832 : Fix eol-styleRobert Godfrey2008-04-2419-3205/+3205
* QPID-832 merge M2.xAidan Skinner2008-04-2494-1507/+4531
* QPID-939 Added "ID:" to message IDArnaud Simon2008-04-211-1/+1
* QPID-936: added missing session close opArnaud Simon2008-04-181-1/+1
* QPID-798 Make property per connection and/or system wide; change name to SYNC...Arnaud Simon2008-04-184-2/+26
* QPID-796 Made connection URL property + use session level methodArnaud Simon2008-04-175-11/+47
* QPID-919 Changed AMQBrokerDetails to throw an URL exception when the port num...Arnaud Simon2008-04-171-0/+7
* QPID-901: updated the JMS examples to use legal delivery mode values as they ...Rafael H. Schloming2008-04-162-2/+3
* QPID-901: don't depend on constant values matching up when converting between...Rafael H. Schloming2008-04-161-1/+13
* QPID-901: add back ExceptionHelper.java to fix the buildRafael H. Schloming2008-04-161-0/+60
* QPID-901: updates to the java client to use the 0-10 final spec instead of th...Rafael H. Schloming2008-04-1672-12563/+430
* QPID-897: this test was intermittently timing out when messages are not prefe...Arnaud Simon2008-04-161-1/+1
* QPID-928 Added a pause period for letting the finalyzer a chance to notify al...Arnaud Simon2008-04-161-0/+7
* 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-043-34/+135
* QPID-897 this test was intermittently failing because of too short timeouts. ...Arnaud Simon2008-04-031-6/+6
* QPID-829 Remove 0.10 specific URL. The code path is now selected based on bro...Arnaud Simon2008-04-0213-93/+105
* 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
* make build.xml files backward-compatible with ant 1.6.5, by replacing ant 1.7...Nuno Santos2008-03-241-3/+3
* 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-181-1/+2
* verify scripts for the JMS direct exchange examples. This is tracked in JIRA-859Rajith Muditha Attapattu2008-03-175-0/+24
* Removed redundant code (see QPID-838). As this is a major 0.10 change tck has...Arnaud Simon2008-03-072-92/+10
* 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-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
* See Qpid-817Arnaud Simon2008-02-2847-149/+93
* See Qpid-817Arnaud Simon2008-02-281-2/+2
* 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
* added a test case for the multiple binding key caseRajith Muditha Attapattu2008-02-271-10/+25
* This contains the ground work for QPID-803.Rajith Muditha Attapattu2008-02-2710-83/+240
* Changed checkPreConditions for accessing directly to _messageSelectorArnaud Simon2008-02-253-3/+82
* modified test harness to clean up data dir when broker crashesRafael H. Schloming2008-02-211-22/+62
* 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
* changed for runing only with an 0.8 broker (this is testing 0.8 connection)Arnaud Simon2008-02-211-118/+128