summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
...
* This contain fixes for compilation errors in the systests packageRajith Muditha Attapattu2007-01-248-103/+273
* Fix for TextMessageTest failureKim van der Riet2007-01-241-7/+61
* Filled in MessageRecoverHandler.Rafael H. Schloming2007-01-241-3/+18
* Content.writePayload now handles a null byte bufferRafael H. Schloming2007-01-241-2/+6
* fixed NPE in AMQMessage, _taken was not being initialized from some construct...Rafael H. Schloming2007-01-241-2/+1
* Fixed problem with missing type field in Message.transport. Used JMSHeaders i...Kim van der Riet2007-01-245-61/+82
* fixed headers exchange, filled in more stubsRafael H. Schloming2007-01-233-10/+32
* added missing ByteBuffer.duplicate()Rafael H. Schloming2007-01-231-1/+1
* fixed compile errorRafael H. Schloming2007-01-231-1/+1
* removed leftover printlnsRafael H. Schloming2007-01-231-2/+0
* removed XXX from resend, centralized message deliver, cleaned up exception ha...Rafael H. Schloming2007-01-2310-186/+215
* 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