summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession_0_8.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3233Rajith Muditha Attapattu2011-05-031-0/+32
* QPID-3019Rajith Muditha Attapattu2011-01-251-3/+13
* QPID-2418: updates to fix test failures when using the 0-10 client test profi...Robert Gemmell2010-09-051-0/+8
* QPID-2418: Unsubscribe existing open durable subscriptions when changing subs...Robert Gemmell2010-09-051-76/+40
* Commiting the patch attached to QPID-2471Rajith Muditha Attapattu2010-04-141-0/+5
* This is related to QPID-1831Rajith Muditha Attapattu2010-02-031-0/+7
* QPID-2340 : Fix ProducerFlowControlTest to call a synchronous operation betwe...Robert Godfrey2010-01-141-0/+5
* Added AMQP 0-9-1 supportRobert Godfrey2009-10-261-0/+6
* QPID-1871 : Updated RollbackOrderTest to include an onMessage test. Fixed dea...Martin Ritchie2009-09-281-5/+6
* QPID-1809 - The incorrect expcetions were due to a race condition between the...Martin Ritchie2009-09-041-6/+18
* QPID-1923: made createDurableSubscriber fail on a temporary topicRafael H. Schloming2009-06-221-1/+1
* fixup of change for QPID-1642 and QPID-1643Rafael H. Schloming2009-02-261-1/+1
* Made the various receive variants check that the server queue is empty before...Rafael H. Schloming2009-02-251-2/+4
* This is a fix for QPID-1644Rajith Muditha Attapattu2009-02-091-1/+3
* QPID-1373: Remove message for unack'd map when acking individual messages. Ad...Aidan Skinner2008-10-171-0/+1
* s/setPrefecthLimits/setPrefetchLimitsAidan Skinner2008-10-171-1/+1
* QPID-1217: make temporary queue creation actually create the temporary queue.Aidan Skinner2008-08-201-7/+0
* QPID-1213: simplified unprocessed message and moved version specific code int...Rafael H. Schloming2008-08-081-9/+75
* QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants...Rafael H. Schloming2008-08-071-3/+9
* QPID-1192: Make consumer send Selector as part of binding.Aidan Skinner2008-07-301-2/+2
* QPID-940,QPID-594,QPID-805,QPID-826 : Updated the client exception handling s...Martin Ritchie2008-07-151-1/+1
* QPID-950 : Broker refactoring, copied / merged from branchRobert Godfrey2008-06-191-2/+35
* QPID-1139: use RFC1982 comparisons for rollback mark and update rollback mark...Rafael H. Schloming2008-06-161-1/+11
* QPID-832 merge M2.xAidan Skinner2008-04-241-147/+176
* QPID-901: updates to the java client to use the 0-10 final spec instead of th...Rafael H. Schloming2008-04-161-0/+21
* This contains the ground work for QPID-803.Rajith Muditha Attapattu2008-02-271-1/+6
* QPID-777 and QPID-778Arnaud Simon2008-02-061-3/+68
* Changed the way temporary queues are created so that we can porduce before cr...Arnaud Simon2007-10-261-0/+8
* fixed issue with transactionsArnaud Simon2007-10-081-26/+7
* added message selector evaluation (for 0_10 only) Arnaud Simon2007-09-181-1/+1
* updated message hierarchy for using 0_10 messagesArnaud Simon2007-09-131-1/+1
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@574225 13f7...Arnaud Simon2007-09-101-1/+1
* Separated 0-8 functionality from the AMQSession,/BasicMessageProducer and Bas...Rajith Muditha Attapattu2007-09-051-0/+347