summaryrefslogtreecommitdiff
path: root/java/client/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* changed for creating durable queue for a durable subscriberArnaud Simon2008-02-211-1/+1
* changed for notifying message arrival when the header does not have a payloadArnaud Simon2008-02-211-0/+5
* added init after broker shutdown and changed receiveNowait to receive(1000)Arnaud Simon2008-02-202-63/+80
* protect the _currentException variable with its own lock, this avoids deadloc...Rafael H. Schloming2008-02-151-9/+13
* recompute internal 0-10 message for reused messagesRafael H. Schloming2008-02-142-12/+6
* rethrow exception rather than ignoring itRafael H. Schloming2008-02-141-0/+1
* set initial causeRafael H. Schloming2008-02-141-0/+1
* Fix for Qpid-793Rajith Muditha Attapattu2008-02-141-4/+6
* This is a fix for QPID-791Rajith Muditha Attapattu2008-02-141-4/+1
* modified it to show the selector test bugRajith Muditha Attapattu2008-02-131-3/+28
* applied patch from rajith to fix reply-toRafael H. Schloming2008-02-121-0/+8
* added a test for message send followed by immediate connection close; fixed c...Rafael H. Schloming2008-02-122-0/+110
* added default getConnection()Rafael H. Schloming2008-02-121-0/+5
* made xa tests run, and made QpidTestCase more robustRafael H. Schloming2008-02-084-19/+31
* simplied QpidTestCase's interface for running non vm brokers and set up build...Rafael H. Schloming2008-02-086-127/+96
* added test for exception listener; fixed NPERafael H. Schloming2008-02-073-5/+71
* Removed the System.outs from the code.Rajith Muditha Attapattu2008-02-061-4/+0
* Added code to pass in the throwable to the closedListener so that it can be i...Rajith Muditha Attapattu2008-02-0610-20/+47
* added close notificationRafael H. Schloming2008-02-061-1/+13
* Added close logic for releasing pre-fetched messages, see QPID-778Arnaud Simon2008-02-063-3/+42
* Changed for using Window mode see QPID-778Arnaud Simon2008-02-062-29/+2
* Changed session mode to AUTO_ACK so mesages are removed from broker between t...Arnaud Simon2008-02-062-11/+11
* QPID-777 and QPID-778Arnaud Simon2008-02-067-234/+266
* Byte message were losing their payload see QPI-779Arnaud Simon2008-02-062-1/+8
* Changed for using AUTO_ACK sessionArnaud Simon2008-02-061-3/+3
* Added code to connect the network error exceptions to the JMS Exception liste...Rajith Muditha Attapattu2008-02-052-1/+11
* added exception callback to ConnectonDelegateRafael H. Schloming2008-02-041-0/+5
* avoid use of Throwable.initCause(e) that is illegal with java 1.6Rafael H. Schloming2008-01-311-2/+1
* added support to notify connection.close to the JMSExceptionListenerRajith Muditha Attapattu2008-01-291-1/+12
* added a null check in the getContentLength methodRajith Muditha Attapattu2008-01-241-1/+8
* replaced printlns with debug statementsArnaud Simon2008-01-181-3/+11
* Qpid 742Arnaud Simon2008-01-183-4/+9