summaryrefslogtreecommitdiff
path: root/java/client/src/main
Commit message (Expand)AuthorAgeFilesLines
* Added the Session Adpater to the branch. It was taken from the trunkRajith Muditha Attapattu2007-02-214-3/+38
* Added simple transaction test with commit and rollback for message reference ...Kim van der Riet2007-02-201-0/+6
* Fixed the various Ref modes so that the new MessageRefTest passes all tests.Kim van der Riet2007-02-2011-51/+134
* Additions to allow refs to be sent from broker to client. Also some tidy-up.Kim van der Riet2007-02-164-8/+43
* added support for reference caseRajith Muditha Attapattu2007-02-157-6/+28
* Fix for RecoverTest which was failing because the redelivered flag was discon...Kim van der Riet2007-02-153-5/+13
* First backmerge from trunk to 0-9 branch for Java. Not all java tests passing...Kim van der Riet2007-02-1469-1212/+2628
* Fixed TransactedTest and a bug in the rollback handling in the clientKim van der Riet2007-01-301-1/+2
* made multiple acknowledgement workRafael H. Schloming2007-01-301-4/+17
* Separated the errata in the XML spec file and put them into a file amqp-errar...Kim van der Riet2007-01-301-3/+4
* Added mechanism to track connection ids for logging and debugging purposes. C...Kim van der Riet2007-01-253-11/+29
* Improved channel/connection exception handling.Gordon Sim2007-01-251-1/+2
* This contain fixes for compilation errors in the systests packageRajith Muditha Attapattu2007-01-241-1/+1
* Fix for TextMessageTest failureKim van der Riet2007-01-241-7/+61
* Fixed problem with missing type field in Message.transport. Used JMSHeaders i...Kim van der Riet2007-01-243-4/+12
* removed XXX from resend, centralized message deliver, cleaned up exception ha...Rafael H. Schloming2007-01-231-6/+8
* Modified Content to make get methods to be non-consuming through use of light...Kim van der Riet2007-01-232-3/+3
* Synchronized the toString method in the Content classRajith Muditha Attapattu2007-01-221-1/+12
* Improvements to debugging messages from Request/ResponseManager. Added timed ...Kim van der Riet2007-01-221-8/+8
* Put the exchange name into destinationRafael H. Schloming2007-01-191-2/+2
* added logic to handle the Reference case when transfering large messagesRajith Muditha Attapattu2007-01-191-64/+102
* fixed 2 compilation errosRajith Muditha Attapattu2007-01-182-2/+2
* implemented the logic for MessageTransfer and MessageAppendRajith Muditha Attapattu2007-01-189-90/+105
* Changed Content to use ByteBuffer, added Message.Transfer and Message.Cancel ...Kim van der Riet2007-01-182-5/+3
* Client: added request and response managers for channel 0Kim van der Riet2007-01-181-0/+11
* Last of client compile errors and exceptionsKim van der Riet2007-01-173-14/+25
* Solved remaining compile problems in client except for missing line in Unproc...Kim van der Riet2007-01-174-43/+74
* fixed the compilation errors in the message classes and changed to use Messag...Rajith Muditha Attapattu2007-01-1717-84/+87
* The method signatures are changed to use the new MessageHeaders and Content c...Rajith Muditha Attapattu2007-01-171-4/+3
* This contains modifications to create messages using the new MessageHeaders a...Rajith Muditha Attapattu2007-01-171-12/+10
* Conversion of client/BasicMessageProducer to new Message classKim van der Riet2007-01-171-53/+48
* Fixed typo in client/AMQSession.java from last checkinKim van der Riet2007-01-171-1/+1
* added error handling and resolved compilation errorsRajith Muditha Attapattu2007-01-171-20/+45
* added error handling and resolved compilation errorsRajith Muditha Attapattu2007-01-172-3/+3
* Filled in the MessageTransferMethodHandler and added a few fields to the Mess...Rajith Muditha Attapattu2007-01-177-53/+87
* Corrected typoKim van der Riet2007-01-161-1/+1
* Created wiring to client RequestManagers and ResponseManagers, refactored all...Kim van der Riet2007-01-1611-150/+240
* Removed the generics from the client handlersRajith Muditha Attapattu2007-01-1610-21/+21
* Merged the refactor to a common AMQMethodListener class on trunk, plus the ra...Kim van der Riet2007-01-156-60/+66
* Refactored to create a common AMQMethodEvent class; Added clinet Method* hand...Kim van der Riet2007-01-1229-187/+510
* new class to hold message headersRajith Muditha Attapattu2007-01-121-0/+633
* Compilation fixes. The idea is to substitute the Basic methods with the new M...Rajith Muditha Attapattu2007-01-1013-217/+266
* Created new common interfaces to support the RequestResponseManager on both c...Kim van der Riet2007-01-101-1/+2
* Updated hardwired version occurrences in java from major=8 minor=0 to major=0...Kim van der Riet2007-01-0510-56/+56
* apply patch for QPID-231Stephen Vinoski2006-12-281-4/+0
* QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTableRobert Greig2006-12-222-5/+1
* AMQP version using new generator - Part 1. In these changes, all places where...Kim van der Riet2006-12-2210-43/+226
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489644...Robert Greig2006-12-224-700/+1146
* QPID-227Bhupendra Bhusman Bhardwaj2006-12-212-4/+3
* QPID-225Martin Ritchie2006-12-201-1/+14