summaryrefslogtreecommitdiff
path: root/java/client
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-3/+3
* Added simple transaction test with commit and rollback for message reference ...Kim van der Riet2007-02-202-0/+199
* Fixed the various Ref modes so that the new MessageRefTest passes all tests.Kim van der Riet2007-02-2013-132/+406
* Additions to allow refs to be sent from broker to client. Also some tidy-up.Kim van der Riet2007-02-165-30/+57
* added support for reference caseRajith Muditha Attapattu2007-02-158-8/+43
* Fix for messages that stick around in unsubscribed queues after rollbackKim van der Riet2007-02-151-2/+1
* Fix for RecoverTest which was failing because the redelivered flag was discon...Kim van der Riet2007-02-153-5/+13
* Fixes to get TransactedTest back, there are still unresolved issues with roll...Kim van der Riet2007-02-151-14/+7
* First backmerge from trunk to 0-9 branch for Java. Not all java tests passing...Kim van der Riet2007-02-14133-2729/+4588
* Fixed TransactedTest and a bug in the rollback handling in the clientKim van der Riet2007-01-302-15/+126
* 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
* Change to TransactedTest which privents the intermittent error junit.framewor...Kim van der Riet2007-01-261-1/+2
* Added mechanism to track connection ids for logging and debugging purposes. C...Kim van der Riet2007-01-253-11/+29
* updated assertion message to match testRafael H. Schloming2007-01-251-1/+1
* updated test to match renamed exceptionRafael H. Schloming2007-01-251-2/+2
* 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-222-1/+23
* 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