summaryrefslogtreecommitdiff
path: root/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
* Updated broker for issues highlighted by python tests. (e.g. fanout exchange,...Gordon Sim2007-01-2611-10/+285
* Modified the protocol session to create channel zero by default. Updated the ...Rafael H. Schloming2007-01-261-1/+2
* Added mechanism to track connection ids for logging and debugging purposes. C...Kim van der Riet2007-01-253-2/+15
* updated to use session's new close methodRafael H. Schloming2007-01-251-19/+5
* removed XXX exceptionRafael H. Schloming2007-01-251-1/+6
* Improved channel/connection exception handling.Gordon Sim2007-01-251-8/+37
* Filled in MessageRecoverHandler.Rafael H. Schloming2007-01-241-3/+18
* fixed NPE in AMQMessage, _taken was not being initialized from some construct...Rafael H. Schloming2007-01-241-2/+1
* fixed headers exchange, filled in more stubsRafael H. Schloming2007-01-233-10/+32
* added missing ByteBuffer.duplicate()Rafael H. Schloming2007-01-231-1/+1
* removed XXX from resend, centralized message deliver, cleaned up exception ha...Rafael H. Schloming2007-01-236-164/+194
* 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-222-53/+132
* 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