summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Modified Content to make get methods to be non-consuming through use of light...Kim van der Riet2007-01-237-34/+46
* Synchronized the toString method in the Content classRajith Muditha Attapattu2007-01-223-3/+30
* Added session close convinience methods to broker ProtocolSession, modified h...Kim van der Riet2007-01-2210-177/+153
* Addded toString() to Content to aid in debuggingKim van der Riet2007-01-221-0/+5
* Improvements to debugging messages from Request/ResponseManager. Added timed ...Kim van der Riet2007-01-226-25/+73
* replaced Hashtable with ConcurrentHashMap to solve intermittant ConcurrentMod...Rafael H. Schloming2007-01-192-7/+7
* Put the exchange name into destinationRafael H. Schloming2007-01-191-2/+2
* Introduced channel close methods into AMQMinaProtocolSession.java; Refactored...Kim van der Riet2007-01-1952-330/+311
* route on destination rather than exchangeRafael H. Schloming2007-01-192-4/+4
* added logic to handle the Reference case when transfering large messagesRajith Muditha Attapattu2007-01-191-64/+102
* Solved multithreading issue in RequestManager where responses would arrive be...Kim van der Riet2007-01-195-9/+15
* 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-187-28/+42
* made message-transfer return a result, switched over message delivery to use ...Rafael H. Schloming2007-01-182-29/+29
* Completed broker MessageQosHandlerKim van der Riet2007-01-181-1/+6
* Fixed minor bug in AMQResponseBody.toString()Kim van der Riet2007-01-181-1/+1
* Client: added request and response managers for channel 0Kim van der Riet2007-01-181-0/+11
* Cleared all the cluster compile errors. This now opens the way to testing...Kim van der Riet2007-01-1817-88/+107
* filled out consume and transfer handlersRafael H. Schloming2007-01-188-79/+286
* 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-172-54/+62
* 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-1613-154/+244
* fixed several encoding/decoding bugsRafael H. Schloming2007-01-165-11/+10
* fixed a braino in ConnectionStartOkRafael H. Schloming2007-01-161-2/+2
* added request/response factories to AMQDataBlockDecoderRafael H. Schloming2007-01-164-2/+15
* Removed the generics from the client handlersRajith Muditha Attapattu2007-01-1610-21/+21
* fixed broker compile errorsRafael H. Schloming2007-01-1636-397/+407
* Changed the RequestManager to use AMQMethodListener instead of the old AMQRes...Kim van der Riet2007-01-156-64/+35
* Added a request/response id to the MethodEvent class that is used to dispatch...Kim van der Riet2007-01-154-23/+43
* Changed static method AMQMethodBody.createAMQFrame() to createMessageBody() f...Kim van der Riet2007-01-155-101/+53
* Request and Respone managers now use the new common AMQMethodListener classKim van der Riet2007-01-154-86/+44
* Merged the refactor to a common AMQMethodListener class on trunk, plus the ra...Kim van der Riet2007-01-1515-103/+124
* Refactored to create a common AMQMethodEvent class; Added clinet Method* hand...Kim van der Riet2007-01-1291-432/+888
* new class to hold message headersRajith Muditha Attapattu2007-01-121-0/+633
* Split the RequestResponseManager into RequestManager and ResponseManager sinc...Kim van der Riet2007-01-113-48/+230
* 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-105-31/+94
* First version of RequestResponseHandler for an idea of how the RequestRespons...Kim van der Riet2007-01-104-64/+303
* Oops - fixed a rather glaring compile error that I should not have missed :-(Kim van der Riet2007-01-092-6/+6
* Corrected errors in AMQResponseBodyKim van der Riet2007-01-092-6/+20