summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* First cut of the AMQP java APIRajith Muditha Attapattu2007-03-2938-904/+2615
* This is the initial checkup for the new clientRajith Muditha Attapattu2007-03-2755-0/+5262
* 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-2310-22/+199
* Added the Session Adpater to the branch. It was taken from the trunkRajith Muditha Attapattu2007-02-214-3/+38
* Added simple transaction test with commit and rollback for message reference ...Kim van der Riet2007-02-201-3/+3
* Added simple transaction test with commit and rollback for message reference ...Kim van der Riet2007-02-202-0/+199
* Fixed the various Ref modes so that the new MessageRefTest passes all tests.Kim van der Riet2007-02-2014-144/+433
* 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-1610-142/+109
* 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-159-8/+44
* Fix for messages that stick around in unsubscribed queues after rollbackKim van der Riet2007-02-152-2/+7
* 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-154-5/+15
* Fixes to get TransactedTest back, there are still unresolved issues with roll...Kim van der Riet2007-02-153-58/+52
* First backmerge from trunk to 0-9 branch for Java. Not all java tests passing...Kim van der Riet2007-02-14485-10098/+19059
* Test checkin for conflict resolutionKim van der Riet2007-01-311-0/+1
* uncommented mandatory routing checkRafael H. Schloming2007-01-311-3/+2
* Fixed TransactedTest and a bug in the rollback handling in the clientKim van der Riet2007-01-302-15/+126
* reenabled mandatory testsRafael H. Schloming2007-01-302-13/+11
* made multiple acknowledgement workRafael H. Schloming2007-01-301-4/+17
* fixed compile errorsRafael H. Schloming2007-01-304-0/+4
* Separated the errata in the XML spec file and put them into a file amqp-errar...Kim van der Riet2007-01-303-7/+8
* Fixed another broken test.Rafael H. Schloming2007-01-291-2/+2
* Fixed a broken test case.Rafael H. Schloming2007-01-291-7/+11
* Moved across fixes from trunk for handling exclusive consumers and no_local c...Gordon Sim2007-01-296-18/+65
* 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-295-6/+102
* Fixes to get the python queue tests to work.Gordon Sim2007-01-2915-42/+246
* Updated broker for issues highlighted by python tests. (e.g. fanout exchange,...Gordon Sim2007-01-2615-21/+340
* Modified the protocol session to create channel zero by default. Updated the ...Rafael H. Schloming2007-01-262-9/+10
* Change to TransactedTest which privents the intermittent error junit.framewor...Kim van der Riet2007-01-261-1/+2
* Added mechanism to track connection ids for logging and debugging purposes. C...Kim van der Riet2007-01-259-31/+77
* updated to use session's new close methodRafael H. Schloming2007-01-251-19/+5
* removed XXX exceptionRafael H. Schloming2007-01-251-1/+6
* updated assertion message to match testRafael H. Schloming2007-01-251-1/+1
* updated test to match renamed exceptionRafael H. Schloming2007-01-251-2/+2
* Improved channel/connection exception handling.Gordon Sim2007-01-255-11/+99
* This contain fixes for compilation errors in the systests packageRajith Muditha Attapattu2007-01-248-103/+273
* Fix for TextMessageTest failureKim van der Riet2007-01-241-7/+61
* Filled in MessageRecoverHandler.Rafael H. Schloming2007-01-241-3/+18
* Content.writePayload now handles a null byte bufferRafael H. Schloming2007-01-241-2/+6
* fixed NPE in AMQMessage, _taken was not being initialized from some construct...Rafael H. Schloming2007-01-241-2/+1
* Fixed problem with missing type field in Message.transport. Used JMSHeaders i...Kim van der Riet2007-01-245-61/+82
* fixed headers exchange, filled in more stubsRafael H. Schloming2007-01-233-10/+32
* added missing ByteBuffer.duplicate()Rafael H. Schloming2007-01-231-1/+1
* fixed compile errorRafael H. Schloming2007-01-231-1/+1
* removed leftover printlnsRafael H. Schloming2007-01-231-2/+0