| Commit message (Expand) | Author | Age | Files | Lines |
| * | adding synapse exchange | Rajith Muditha Attapattu | 2007-07-24 | 13 | -18/+605 |
| * | Recorded rollback of revisions 492756 via svnmerge from | Alan Conway | 2007-03-14 | 1 | -3/+3 |
| * | Merged revisions 492756 via svnmerge from | Alan Conway | 2007-03-09 | 1 | -8/+8 |
| * | Implementation of queue.unbind & message.get | Gordon Sim | 2007-02-23 | 9 | -22/+130 |
| * | Fixed the various Ref modes so that the new MessageRefTest passes all tests. | Kim van der Riet | 2007-02-20 | 1 | -12/+27 |
| * | Some fixes to get more python tests passing. | Gordon Sim | 2007-02-20 | 9 | -138/+119 |
| * | Additions to allow refs to be sent from broker to client. Also some tidy-up. | Kim van der Riet | 2007-02-16 | 5 | -112/+52 |
| * | A few hacks and fixes to get the python tests running again. | Gordon Sim | 2007-02-16 | 6 | -4/+8 |
| * | added support for reference case | Rajith Muditha Attapattu | 2007-02-15 | 1 | -0/+1 |
| * | Fix for messages that stick around in unsubscribed queues after rollback | Kim van der Riet | 2007-02-15 | 1 | -0/+6 |
| * | Adjusted mechanism for sending refs. (still in progress) | Kim van der Riet | 2007-02-15 | 1 | -27/+33 |
| * | Fix for RecoverTest which was failing because the redelivered flag was discon... | Kim van der Riet | 2007-02-15 | 1 | -0/+2 |
| * | Fixes to get TransactedTest back, there are still unresolved issues with roll... | Kim van der Riet | 2007-02-15 | 1 | -44/+41 |
| * | First backmerge from trunk to 0-9 branch for Java. Not all java tests passing... | Kim van der Riet | 2007-02-14 | 147 | -3324/+5488 |
| * | uncommented mandatory routing check | Rafael H. Schloming | 2007-01-31 | 1 | -3/+2 |
| * | reenabled mandatory tests | Rafael H. Schloming | 2007-01-30 | 1 | -3/+2 |
| * | Moved across fixes from trunk for handling exclusive consumers and no_local c... | Gordon Sim | 2007-01-29 | 5 | -18/+59 |
| * | filled in a bunch of stubs in AMQMessage and made AMQMessage.getContents() re... | Rafael H. Schloming | 2007-01-29 | 3 | -11/+39 |
| * | Moved across auto deletion functionailty for exclusive, non-durable queues (a... | Gordon Sim | 2007-01-29 | 4 | -6/+92 |
| * | Fixes to get the python queue tests to work. | Gordon Sim | 2007-01-29 | 13 | -40/+244 |
| * | Updated broker for issues highlighted by python tests. (e.g. fanout exchange,... | Gordon Sim | 2007-01-26 | 11 | -10/+285 |
| * | Modified the protocol session to create channel zero by default. Updated the ... | Rafael H. Schloming | 2007-01-26 | 1 | -1/+2 |
| * | Added mechanism to track connection ids for logging and debugging purposes. C... | Kim van der Riet | 2007-01-25 | 3 | -2/+15 |
| * | updated to use session's new close method | Rafael H. Schloming | 2007-01-25 | 1 | -19/+5 |
| * | removed XXX exception | Rafael H. Schloming | 2007-01-25 | 1 | -1/+6 |
| * | Improved channel/connection exception handling. | Gordon Sim | 2007-01-25 | 1 | -8/+37 |
| * | Filled in MessageRecoverHandler. | Rafael H. Schloming | 2007-01-24 | 1 | -3/+18 |
| * | fixed NPE in AMQMessage, _taken was not being initialized from some construct... | Rafael H. Schloming | 2007-01-24 | 1 | -2/+1 |
| * | fixed headers exchange, filled in more stubs | Rafael H. Schloming | 2007-01-23 | 3 | -10/+32 |
| * | added missing ByteBuffer.duplicate() | Rafael H. Schloming | 2007-01-23 | 1 | -1/+1 |
| * | removed XXX from resend, centralized message deliver, cleaned up exception ha... | Rafael H. Schloming | 2007-01-23 | 6 | -164/+194 |
| * | Modified Content to make get methods to be non-consuming through use of light... | Kim van der Riet | 2007-01-23 | 2 | -5/+5 |
| * | Added session close convinience methods to broker ProtocolSession, modified h... | Kim van der Riet | 2007-01-22 | 8 | -172/+125 |
| * | Improvements to debugging messages from Request/ResponseManager. Added timed ... | Kim van der Riet | 2007-01-22 | 3 | -8/+42 |
| * | Introduced channel close methods into AMQMinaProtocolSession.java; Refactored... | Kim van der Riet | 2007-01-19 | 38 | -257/+251 |
| * | route on destination rather than exchange | Rafael H. Schloming | 2007-01-19 | 2 | -4/+4 |
| * | Solved multithreading issue in RequestManager where responses would arrive be... | Kim van der Riet | 2007-01-19 | 2 | -5/+5 |
| * | Changed Content to use ByteBuffer, added Message.Transfer and Message.Cancel ... | Kim van der Riet | 2007-01-18 | 4 | -5/+16 |
| * | made message-transfer return a result, switched over message delivery to use ... | Rafael H. Schloming | 2007-01-18 | 2 | -29/+29 |
| * | Completed broker MessageQosHandler | Kim van der Riet | 2007-01-18 | 1 | -1/+6 |
| * | Cleared all the cluster compile errors. This now opens the way to testing... | Kim van der Riet | 2007-01-18 | 1 | -0/+5 |
| * | filled out consume and transfer handlers | Rafael H. Schloming | 2007-01-18 | 7 | -78/+285 |
| * | fixed a braino in ConnectionStartOk | Rafael H. Schloming | 2007-01-16 | 1 | -2/+2 |
| * | fixed broker compile errors | Rafael H. Schloming | 2007-01-16 | 33 | -388/+387 |
| * | Changed the RequestManager to use AMQMethodListener instead of the old AMQRes... | Kim van der Riet | 2007-01-15 | 2 | -18/+8 |
| * | Added a request/response id to the MethodEvent class that is used to dispatch... | Kim van der Riet | 2007-01-15 | 2 | -17/+30 |
| * | Changed static method AMQMethodBody.createAMQFrame() to createMessageBody() f... | Kim van der Riet | 2007-01-15 | 2 | -90/+42 |
| * | Request and Respone managers now use the new common AMQMethodListener class | Kim van der Riet | 2007-01-15 | 1 | -20/+0 |
| * | Merged the refactor to a common AMQMethodListener class on trunk, plus the ra... | Kim van der Riet | 2007-01-15 | 3 | -69/+26 |
| * | Refactored to create a common AMQMethodEvent class; Added clinet Method* hand... | Kim van der Riet | 2007-01-12 | 41 | -200/+241 |