summaryrefslogtreecommitdiff
path: root/java/broker/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-5/+5
* Added session close convinience methods to broker ProtocolSession, modified h...Kim van der Riet2007-01-228-172/+125
* Improvements to debugging messages from Request/ResponseManager. Added timed ...Kim van der Riet2007-01-223-8/+42
* Introduced channel close methods into AMQMinaProtocolSession.java; Refactored...Kim van der Riet2007-01-1938-257/+251
* route on destination rather than exchangeRafael H. Schloming2007-01-192-4/+4
* Solved multithreading issue in RequestManager where responses would arrive be...Kim van der Riet2007-01-192-5/+5
* Changed Content to use ByteBuffer, added Message.Transfer and Message.Cancel ...Kim van der Riet2007-01-184-5/+16
* 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
* Cleared all the cluster compile errors. This now opens the way to testing...Kim van der Riet2007-01-181-0/+5
* filled out consume and transfer handlersRafael H. Schloming2007-01-186-77/+280
* fixed a braino in ConnectionStartOkRafael H. Schloming2007-01-161-2/+2
* fixed broker compile errorsRafael H. Schloming2007-01-1632-386/+385
* Changed the RequestManager to use AMQMethodListener instead of the old AMQRes...Kim van der Riet2007-01-152-18/+8
* Added a request/response id to the MethodEvent class that is used to dispatch...Kim van der Riet2007-01-152-17/+30
* Changed static method AMQMethodBody.createAMQFrame() to createMessageBody() f...Kim van der Riet2007-01-152-90/+42
* Request and Respone managers now use the new common AMQMethodListener classKim van der Riet2007-01-151-20/+0
* Merged the refactor to a common AMQMethodListener class on trunk, plus the ra...Kim van der Riet2007-01-153-69/+26
* Refactored to create a common AMQMethodEvent class; Added clinet Method* hand...Kim van der Riet2007-01-1241-200/+241
* Created new common interfaces to support the RequestResponseManager on both c...Kim van der Riet2007-01-101-6/+9
* First version of RequestResponseHandler for an idea of how the RequestRespons...Kim van der Riet2007-01-101-37/+36
* New broker Messafe class handelrs added, removed old Basic* handlers; New fra...Kim van der Riet2007-01-0923-448/+759
* Updated hardwired version occurrences in java from major=8 minor=0 to major=0...Kim van der Riet2007-01-0525-71/+71
* Merged changes from trunk to fix C++ client version 0-0 bug. Changes to cpp/l...Kim van der Riet2007-01-051-7/+4
* QPID-233 : Patch from Rob Godfrey - fix to lock.unlock() bugRobert Greig2007-01-011-1/+1
* Reduced logging level to debug to avoid performance sapping outputRobert Greig2006-12-291-10/+38
* MBean created as a separate classBhupendra Bhusman Bhardwaj2006-12-282-167/+201
* QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTableRobert Greig2006-12-223-56/+136
* AMQP version using new generator - Part 1. In these changes, all places where...Kim van der Riet2006-12-2226-73/+274
* QPID-188 Bhupendra Bhusman Bhardwaj2006-12-214-32/+15
* QPID-101Martin Ritchie2006-12-206-49/+243
* QPID-21 outstanding issues:Martin Ritchie2006-12-206-40/+126
* QPID-222Martin Ritchie2006-12-191-1/+3
* Maven output clean up.Martin Ritchie2006-12-191-2/+7
* QPID-216Martin Ritchie2006-12-1910-68/+112
* QPID-188 Bhupendra Bhusman Bhardwaj2006-12-191-0/+1
* QPID-21Martin Ritchie2006-12-1931-44/+3831
* clean up warnings about unused variablesStephen Vinoski2006-12-183-4/+3
* QPID-212 QPID-214 Patch supplied by Rob GodfreyRobert Greig2006-12-182-9/+15
* null check added for null header propertiesBhupendra Bhusman Bhardwaj2006-12-181-7/+14
* QPID-211 : Patch supplied by Rob Godfrey - Perform null check against routing...Robert Greig2006-12-181-1/+1
* remove unused importsStephen Vinoski2006-12-186-10/+0
* QPID-183 Patch supplied by Rob Godfrey. Major changes to durable topic subscr...Robert Greig2006-12-157-17/+302
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@487299...Bhupendra Bhusman Bhardwaj2006-12-142-6/+7
* QPID-190 Bhupendra Bhusman Bhardwaj2006-12-144-539/+734
* Added comments about possible RejectedExecutionException that may occur when ...Martin Ritchie2006-12-132-2/+12
* QPID-95 : Patch supplied by Rob Godfrey - throws correct exception when encou...Robert Greig2006-12-121-1/+12
* FieldTable change.Martin Ritchie2006-12-052-2/+4
* QPID-148Martin Ritchie2006-12-041-0/+5
* QPID-129 Bhupendra Bhusman Bhardwaj2006-11-2711-586/+403