summaryrefslogtreecommitdiff
path: root/java/broker
Commit message (Expand)AuthorAgeFilesLines
* adding synapse exchangeRajith Muditha Attapattu2007-07-2413-18/+605
* Recorded rollback of revisions 492756 via svnmerge from Alan Conway2007-03-141-3/+3
* Merged revisions 492756 via svnmerge from Alan Conway2007-03-091-8/+8
* Implementation of queue.unbind & message.getGordon Sim2007-02-239-22/+130
* Fixed the various Ref modes so that the new MessageRefTest passes all tests.Kim van der Riet2007-02-201-12/+27
* Some fixes to get more python tests passing.Gordon Sim2007-02-209-138/+119
* Additions to allow refs to be sent from broker to client. Also some tidy-up.Kim van der Riet2007-02-165-112/+52
* A few hacks and fixes to get the python tests running again.Gordon Sim2007-02-166-4/+8
* added support for reference caseRajith Muditha Attapattu2007-02-151-0/+1
* Fix for messages that stick around in unsubscribed queues after rollbackKim van der Riet2007-02-151-0/+6
* Adjusted mechanism for sending refs. (still in progress)Kim van der Riet2007-02-151-27/+33
* Fix for RecoverTest which was failing because the redelivered flag was discon...Kim van der Riet2007-02-151-0/+2
* Fixes to get TransactedTest back, there are still unresolved issues with roll...Kim van der Riet2007-02-151-44/+41
* First backmerge from trunk to 0-9 branch for Java. Not all java tests passing...Kim van der Riet2007-02-14147-3324/+5488
* uncommented mandatory routing checkRafael H. Schloming2007-01-311-3/+2
* reenabled mandatory testsRafael H. Schloming2007-01-301-3/+2
* Moved across fixes from trunk for handling exclusive consumers and no_local c...Gordon Sim2007-01-295-18/+59
* filled in a bunch of stubs in AMQMessage and made AMQMessage.getContents() re...Rafael H. Schloming2007-01-293-11/+39
* Moved across auto deletion functionailty for exclusive, non-durable queues (a...Gordon Sim2007-01-294-6/+92
* Fixes to get the python queue tests to work.Gordon Sim2007-01-2913-40/+244
* 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-187-78/+285
* fixed a braino in ConnectionStartOkRafael H. Schloming2007-01-161-2/+2
* fixed broker compile errorsRafael H. Schloming2007-01-1633-388/+387
* 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