summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Updated size calculation of request frame.Gordon Sim2007-01-221-1/+1
* * AMQRequestBody.cpp: encode/decode bug - added missing reserved 4 byte word.Alan Conway2007-01-226-1/+155
* 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
* Last big refactoring for 0-9 framing. Still need additional tests &Alan Conway2007-01-1944-206/+428
* 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
* * tests/FramingTest.cpp - added test for validation of content data typeGordon Sim2007-01-193-40/+58
* 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-188-30/+52
* Initial implementation of AMQP content data type.Gordon Sim2007-01-185-13/+83
* made message-transfer return a result, switched over message delivery to use ...Rafael H. Schloming2007-01-185-39/+55
* * MethodContext: added invocation context for methods. Can carry RequestIdAlan Conway2007-01-189-113/+168
* Completed broker MessageQosHandlerKim van der Riet2007-01-181-1/+6
* Fixed minor bug in AMQResponseBody.toString()Kim van der Riet2007-01-181-1/+1
* In case any channel is waiting for a response on termination of the connectio...Gordon Sim2007-01-181-0/+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
* From: Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-188-309/+490
* There are a ton of FIXMES and request/response IDs are not yet working fullyAlan Conway2007-01-1815-791/+681
* filled out consume and transfer handlersRafael H. Schloming2007-01-189-80/+287
* updated hello-world smoke testRafael H. Schloming2007-01-181-1/+4
* 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
* Separated adapter code from Connection class: Extracted allAlan Conway2007-01-178-827/+914
* 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
* * Renamed Session* classes to Connection* to align with AMQP specAlan Conway2007-01-1625-193/+185
* 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
* changed reliable to true by defaultRafael H. Schloming2007-01-161-1/+1
* 0-9 request/response framing for pythonRafael H. Schloming2007-01-1611-213/+424
* fixed broker compile errorsRafael H. Schloming2007-01-1636-397/+407
* * Client & broker using Requester/Responder to manage request/response IDs.Alan Conway2007-01-1516-186/+321
* 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