summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* print message text directlyRafael H. Schloming2008-02-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627654 13f79535-47bb-0310-9956-ffa450edef68
* rethrow exception rather than ignoring itRafael H. Schloming2008-02-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627653 13f79535-47bb-0310-9956-ffa450edef68
* set initial causeRafael H. Schloming2008-02-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627652 13f79535-47bb-0310-9956-ffa450edef68
* Fix for Qpid-793Rajith Muditha Attapattu2008-02-141-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627634 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-791Rajith Muditha Attapattu2008-02-141-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627629 13f79535-47bb-0310-9956-ffa450edef68
* fixed logging of message DataRafael H. Schloming2008-02-131-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627607 13f79535-47bb-0310-9956-ffa450edef68
* modified it to show the selector test bugRajith Muditha Attapattu2008-02-131-3/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627543 13f79535-47bb-0310-9956-ffa450edef68
* updated runSample.sh from jrobieRafael H. Schloming2008-02-131-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627536 13f79535-47bb-0310-9956-ffa450edef68
* added client/example to the buildRafael H. Schloming2008-02-133-1/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627531 13f79535-47bb-0310-9956-ffa450edef68
* applied patch from rajith to fix reply-toRafael H. Schloming2008-02-121-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627187 13f79535-47bb-0310-9956-ffa450edef68
* added a test for message send followed by immediate connection close; fixed ↵Rafael H. Schloming2008-02-122-0/+110
| | | | | | connection close handshaking git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627157 13f79535-47bb-0310-9956-ffa450edef68
* added default getConnection()Rafael H. Schloming2008-02-121-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627155 13f79535-47bb-0310-9956-ffa450edef68
* synchronize access to lastWrite futureRafael H. Schloming2008-02-121-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627154 13f79535-47bb-0310-9956-ffa450edef68
* increased the test timeoutRafael H. Schloming2008-02-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627153 13f79535-47bb-0310-9956-ffa450edef68
* added help text for the clean-results targetRafael H. Schloming2008-02-121-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@620831 13f79535-47bb-0310-9956-ffa450edef68
* fixed computation of ranged acks, fix needed for failing RecoverTestRafael H. Schloming2008-02-111-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@620584 13f79535-47bb-0310-9956-ffa450edef68
* made xa tests run, and made QpidTestCase more robustRafael H. Schloming2008-02-084-19/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619974 13f79535-47bb-0310-9956-ffa450edef68
* simplied QpidTestCase's interface for running non vm brokers and set up ↵Rafael H. Schloming2008-02-089-127/+123
| | | | | | build system to run cpp tests easily git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619888 13f79535-47bb-0310-9956-ffa450edef68
* added test for exception listener; fixed NPERafael H. Schloming2008-02-075-26/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619538 13f79535-47bb-0310-9956-ffa450edef68
* fixed log level defaultsRafael H. Schloming2008-02-061-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619204 13f79535-47bb-0310-9956-ffa450edef68
* Removed the System.outs from the code.Rajith Muditha Attapattu2008-02-061-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619192 13f79535-47bb-0310-9956-ffa450edef68
* Added code to pass in the throwable to the closedListener so that it can be ↵Rajith Muditha Attapattu2008-02-0611-21/+48
| | | | | | included in the JMS Exception thrown via the ExceptionListener git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619189 13f79535-47bb-0310-9956-ffa450edef68
* added close notificationRafael H. Schloming2008-02-067-17/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619182 13f79535-47bb-0310-9956-ffa450edef68
* Added close logic for releasing pre-fetched messages, see QPID-778Arnaud Simon2008-02-063-3/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619043 13f79535-47bb-0310-9956-ffa450edef68
* Changed for using Window mode see QPID-778Arnaud Simon2008-02-062-29/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619012 13f79535-47bb-0310-9956-ffa450edef68
* Changed session mode to AUTO_ACK so mesages are removed from broker between ↵Arnaud Simon2008-02-062-11/+11
| | | | | | two tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@618989 13f79535-47bb-0310-9956-ffa450edef68
* QPID-777 and QPID-778Arnaud Simon2008-02-067-234/+266
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@618986 13f79535-47bb-0310-9956-ffa450edef68
* Byte message were losing their payload see QPI-779Arnaud Simon2008-02-062-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@618984 13f79535-47bb-0310-9956-ffa450edef68
* Changed for using AUTO_ACK sessionArnaud Simon2008-02-061-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@618982 13f79535-47bb-0310-9956-ffa450edef68
* Added code to connect the network error exceptions to the JMS Exception ↵Rajith Muditha Attapattu2008-02-053-2/+13
| | | | | | listener. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@618519 13f79535-47bb-0310-9956-ffa450edef68
* added a TransportExceptionRafael H. Schloming2008-02-043-1/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@618462 13f79535-47bb-0310-9956-ffa450edef68
* clear the report directory before generating test reportRafael H. Schloming2008-02-041-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@618450 13f79535-47bb-0310-9956-ffa450edef68
* added exception callback to ConnectonDelegateRafael H. Schloming2008-02-0412-2/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@618437 13f79535-47bb-0310-9956-ffa450edef68
* set up logging for testsRafael H. Schloming2008-02-042-0/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@618436 13f79535-47bb-0310-9956-ffa450edef68
* added a detailed help target and cleaned up descriptionsRafael H. Schloming2008-02-012-10/+111
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617662 13f79535-47bb-0310-9956-ffa450edef68
* fixed build orderRafael H. Schloming2008-02-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617556 13f79535-47bb-0310-9956-ffa450edef68
* more dependency fixesRafael H. Schloming2008-02-016-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617543 13f79535-47bb-0310-9956-ffa450edef68
* less confusing optionsRafael H. Schloming2008-02-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617527 13f79535-47bb-0310-9956-ffa450edef68
* added support for running one test, and made test output prettyRafael H. Schloming2008-02-011-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617524 13f79535-47bb-0310-9956-ffa450edef68
* more dependency fixesRafael H. Schloming2008-02-011-7/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617513 13f79535-47bb-0310-9956-ffa450edef68
* fixed typoRafael H. Schloming2008-02-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617511 13f79535-47bb-0310-9956-ffa450edef68
* added junit dependencyRafael H. Schloming2008-02-011-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617510 13f79535-47bb-0310-9956-ffa450edef68
* futzed with deps for faster build, and fixed bug in manifest generationRafael H. Schloming2008-02-012-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617321 13f79535-47bb-0310-9956-ffa450edef68
* ant build systemRafael H. Schloming2008-02-0147-0/+801
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617320 13f79535-47bb-0310-9956-ffa450edef68
* avoid use of Throwable.initCause(e) that is illegal with java 1.6Rafael H. Schloming2008-01-311-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617305 13f79535-47bb-0310-9956-ffa450edef68
* fixed svn:executable and svn:eol-styleRafael H. Schloming2008-01-317-81/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617303 13f79535-47bb-0310-9956-ffa450edef68
* changed default port value for tcpArnaud Simon2008-01-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@616715 13f79535-47bb-0310-9956-ffa450edef68
* I accidently commited some modifications done for a quick test, I reversed ↵Rajith Muditha Attapattu2008-01-291-19/+1
| | | | | | those changes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@616545 13f79535-47bb-0310-9956-ffa450edef68
* added support to notify connection.close to the JMSExceptionListenerRajith Muditha Attapattu2008-01-293-15/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@616542 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 579126,579137 via svnmerge from Aidan Skinner2008-01-292-5/+6
| | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r579126 | rgreig | 2007-09-25 09:42:53 +0100 (Tue, 25 Sep 2007) | 2 lines QPID-582: fix some 1.6 compile errors ........ r579137 | rgreig | 2007-09-25 10:00:34 +0100 (Tue, 25 Sep 2007) | 2 lines QPID-582 fix Java 6 compile errors ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@616454 13f79535-47bb-0310-9956-ffa450edef68