summaryrefslogtreecommitdiff
path: root/java/client/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* apply patch for QPID-231Stephen Vinoski2006-12-281-4/+0
* QPID-229 Fixed spurious import in test classRobert Greig2006-12-221-1/+0
* QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTableRobert Greig2006-12-223-7/+2
* 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-225-701/+1150
* QPID-227Bhupendra Bhusman Bhardwaj2006-12-212-4/+3
* QPID-225Martin Ritchie2006-12-201-1/+14
* QPID-101Martin Ritchie2006-12-206-26/+306
* QPID-223Martin Ritchie2006-12-206-34/+59
* Maven output clean up.Martin Ritchie2006-12-192-7/+7
* QPID-216Martin Ritchie2006-12-192-10/+13
* QPID-21Martin Ritchie2006-12-197-38/+244
* QPID-215 : Patch supplied by Rob Godfrey - Implement custom JMSX propertiesRobert Greig2006-12-197-46/+233
* clean up warnings about unused variablesStephen Vinoski2006-12-188-21/+8
* QPID-212 QPID-214 Patch supplied by Rob GodfreyRobert Greig2006-12-184-18/+172
* QPID-209 Fix to clear unacked message list on recover()Robert Greig2006-12-182-17/+23
* QPID-209 : Patch supplied by Rob Godfrey - Fix acknowledge so it only acknowl...Robert Greig2006-12-184-30/+108
* remove unused importsStephen Vinoski2006-12-1827-55/+0
* QPID-207 : Patch supplied by Rob Godfrey - fix implementation of acknowledge ...Robert Greig2006-12-165-15/+151
* QPID-206 : Fix byte buffer reseting in AbstractJMSMessageRobert Greig2006-12-165-15/+46
* QPID-205 : Do not allow subscription to temporary topics created on a differe...Robert Greig2006-12-166-74/+182
* QPID-204 : Implement TemporaryTopic.deleteRobert Greig2006-12-164-10/+55