summaryrefslogtreecommitdiff
path: root/qpid/java/client
Commit message (Expand)AuthorAgeFilesLines
* 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-131-0/+27
* 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
* ant build systemRafael H. Schloming2008-02-011-0/+37
* avoid use of Throwable.initCause(e) that is illegal with java 1.6Rafael H. Schloming2008-01-311-2/+1
* I accidently commited some modifications done for a quick test, I reversed th...Rajith Muditha Attapattu2008-01-291-19/+1
* added support to notify connection.close to the JMSExceptionListenerRajith Muditha Attapattu2008-01-292-2/+41
* Changed version to M3 to avoid confusion with old M2 snapshotsRajith Muditha Attapattu2008-01-253-6/+6
* added a null check in the getContentLength methodRajith Muditha Attapattu2008-01-241-1/+8
* replaced printlns with debug statementsArnaud Simon2008-01-181-3/+11
* Added warningArnaud Simon2008-01-181-9/+29
* Qpid 742Arnaud Simon2008-01-185-63/+22
* removed argsArnaud Simon2008-01-171-3/+1
* see qpid-743Arnaud Simon2008-01-171-4/+16
* see qpid-742Arnaud Simon2008-01-175-2/+54
* Cleanded up the samplesArnaud Simon2008-01-1718-748/+346
* fixed an error in AMQTopic.javaRajith Muditha Attapattu2008-01-161-1/+1
* This example is written using the AMQP Java API and interoperates with the py...Rajith Muditha Attapattu2008-01-163-0/+223
* This example is written to interoperate with the c++ and python examples and ...Rajith Muditha Attapattu2008-01-164-0/+532
* Fixed various compilation errorsRajith Muditha Attapattu2008-01-1613-279/+161
* Modified the direct exchange examples to interoperate with the c++ and python...Rajith Muditha Attapattu2008-01-164-107/+104
* Please refer JIRA's 739,740 and 741 for more information about the issues.Rajith Muditha Attapattu2008-01-169-84/+72
* Changed for using JNDI destinations and log4J conf fileArnaud Simon2008-01-166-21/+116
* see QPID-739Arnaud Simon2008-01-161-1/+8
* Added MESSAGE_FLOW_MAX_BYTES that is used by new examples. This value may nee...Arnaud Simon2008-01-161-0/+1
* Added AMQP API examples. The intention is to include these in the M3 release.Rajith Muditha Attapattu2008-01-118-0/+646
* see Qpid-721Arnaud Simon2008-01-041-7/+7
* estSend2ThenCloseAfter1andTryAgain from CommitRollbackTest randomlyArnaud Simon2008-01-041-8/+8
* cashed headers: see QPID-720Arnaud Simon2008-01-046-15/+80
* added "..qpidity" package (see Qpid-719)Arnaud Simon2008-01-041-0/+4
* fixed speling issues and pubsub onesArnaud Simon2007-12-192-2/+2
* fixed speling issues and pubsub onesArnaud Simon2007-12-194-17/+13
* Qpid-710: changed start so connection is started before messages are deliveredArnaud Simon2007-12-171-1/+1