summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 flag for tagging header without a payloadArnaud Simon2008-02-213-5/+13
* added xa destinationsArnaud Simon2008-02-201-0/+6
* added store propArnaud Simon2008-02-201-2/+11
* 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
* print message text directlyRafael H. Schloming2008-02-141-1/+1
* 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
* fixed logging of message DataRafael H. Schloming2008-02-131-1/+0
* modified it to show the selector test bugRajith Muditha Attapattu2008-02-131-3/+28
* updated runSample.sh from jrobieRafael H. Schloming2008-02-131-3/+3
* added client/example to the buildRafael H. Schloming2008-02-133-1/+31
* 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
* synchronize access to lastWrite futureRafael H. Schloming2008-02-121-4/+11
* increased the test timeoutRafael H. Schloming2008-02-121-1/+1
* added help text for the clean-results targetRafael H. Schloming2008-02-121-0/+7
* fixed computation of ranged acks, fix needed for failing RecoverTestRafael H. Schloming2008-02-111-5/+6
* 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-089-127/+123
* added test for exception listener; fixed NPERafael H. Schloming2008-02-075-26/+123
* fixed log level defaultsRafael H. Schloming2008-02-061-2/+2
* 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-0611-21/+48
* added close notificationRafael H. Schloming2008-02-067-17/+91
* 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-053-2/+13