summaryrefslogtreecommitdiff
path: root/java/common/src/main
Commit message (Expand)AuthorAgeFilesLines
* Implementation of queue.unbind & message.getGordon Sim2007-02-231-0/+69
* Fixes to get TransactedTest back, there are still unresolved issues with roll...Kim van der Riet2007-02-151-0/+4
* First backmerge from trunk to 0-9 branch for Java. Not all java tests passing...Kim van der Riet2007-02-1442-888/+2216
* Separated the errata in the XML spec file and put them into a file amqp-errar...Kim van der Riet2007-01-301-2/+2
* Fixes to get the python queue tests to work.Gordon Sim2007-01-291-1/+1
* Updated broker for issues highlighted by python tests. (e.g. fanout exchange,...Gordon Sim2007-01-264-11/+55
* Added mechanism to track connection ids for logging and debugging purposes. C...Kim van der Riet2007-01-252-18/+22
* Improved channel/connection exception handling.Gordon Sim2007-01-253-2/+60
* Content.writePayload now handles a null byte bufferRafael H. Schloming2007-01-241-2/+6
* Fixed problem with missing type field in Message.transport. Used JMSHeaders i...Kim van der Riet2007-01-242-57/+70
* removed leftover printlnsRafael H. Schloming2007-01-231-2/+0
* removed XXX from resend, centralized message deliver, cleaned up exception ha...Rafael H. Schloming2007-01-232-8/+8
* Modified Content to make get methods to be non-consuming through use of light...Kim van der Riet2007-01-233-26/+38
* Synchronized the toString method in the Content classRajith Muditha Attapattu2007-01-221-2/+7
* Added session close convinience methods to broker ProtocolSession, modified h...Kim van der Riet2007-01-222-5/+28
* 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-222-9/+23
* replaced Hashtable with ConcurrentHashMap to solve intermittant ConcurrentMod...Rafael H. Schloming2007-01-192-7/+7
* Solved multithreading issue in RequestManager where responses would arrive be...Kim van der Riet2007-01-193-4/+10
* Changed Content to use ByteBuffer, added Message.Transfer and Message.Cancel ...Kim van der Riet2007-01-181-18/+23
* Fixed minor bug in AMQResponseBody.toString()Kim van der Riet2007-01-181-1/+1
* filled out consume and transfer handlersRafael H. Schloming2007-01-181-1/+1
* Conversion of client/BasicMessageProducer to new Message classKim van der Riet2007-01-171-1/+14
* Created wiring to client RequestManagers and ResponseManagers, refactored all...Kim van der Riet2007-01-162-4/+4
* fixed several encoding/decoding bugsRafael H. Schloming2007-01-165-11/+10
* added request/response factories to AMQDataBlockDecoderRafael H. Schloming2007-01-164-2/+15
* fixed broker compile errorsRafael H. Schloming2007-01-163-9/+20
* Changed the RequestManager to use AMQMethodListener instead of the old AMQRes...Kim van der Riet2007-01-154-46/+27
* Added a request/response id to the MethodEvent class that is used to dispatch...Kim van der Riet2007-01-152-6/+13
* Changed static method AMQMethodBody.createAMQFrame() to createMessageBody() f...Kim van der Riet2007-01-153-11/+11
* Request and Respone managers now use the new common AMQMethodListener classKim van der Riet2007-01-153-66/+44
* Merged the refactor to a common AMQMethodListener class on trunk, plus the ra...Kim van der Riet2007-01-151-0/+48
* Refactored to create a common AMQMethodEvent class; Added clinet Method* hand...Kim van der Riet2007-01-126-91/+183
* Split the RequestResponseManager into RequestManager and ResponseManager sinc...Kim van der Riet2007-01-113-48/+230
* Created new common interfaces to support the RequestResponseManager on both c...Kim van der Riet2007-01-103-24/+83
* First version of RequestResponseHandler for an idea of how the RequestRespons...Kim van der Riet2007-01-103-27/+267
* 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
* New broker Messafe class handelrs added, removed old Basic* handlers; New fra...Kim van der Riet2007-01-092-23/+7
* Completed first version of new Content class and the two new framing classes ...Kim van der Riet2007-01-0810-1050/+97
* New framing classes for AMQP 0-9 request and responseKim van der Riet2007-01-052-0/+172
* Updated hardwired version occurrences in java from major=8 minor=0 to major=0...Kim van der Riet2007-01-052-3/+3
* Merged changes from trunk to fix C++ client version 0-0 bug. Changes to cpp/l...Kim van der Riet2007-01-051-12/+0
* svn merge -r492717:492730 from the trunkRafael H. Schloming2007-01-043-85/+64
* QPID-227 Renamed version.properties to qpidversion.properties due to clash wi...Robert Greig2006-12-261-6/+40
* QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTableRobert Greig2006-12-221-45/+1
* QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTableRobert Greig2006-12-228-1393/+1435
* File tidy-up for AMQP version code: Removed old XSLT files; moved cluster.asl...Kim van der Riet2006-12-2211-975/+0
* AMQP version using new generator - Part 1. In these changes, all places where...Kim van der Riet2006-12-2211-26/+58
* QPID-227Bhupendra Bhusman Bhardwaj2006-12-211-6/+44