summaryrefslogtreecommitdiff
path: root/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer_0_10.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3401 Checking the proposed changes into a branch to preserve history & c...address-refactorRajith Muditha Attapattu2011-10-141-54/+52
* QPID-3542: Java client does not ack non-matching messages when using client s...Keith Wall2011-10-111-62/+40
* QPID-3527: update handling of auto-ack messages for 0-10 to send acks (asynch...Robert Gemmell2011-10-061-15/+8
* QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall...Robert Gemmell2011-10-061-2/+4
* QPID-3448: catch exceptions from the underlying Transport/Session/Connection ...Robert Gemmell2011-09-131-15/+20
* QPID-3109Rajith Muditha Attapattu2011-03-071-1/+2
* QPID-3109Rajith Muditha Attapattu2011-03-031-0/+16
* QPID-2928 QPID-2737 The isExclusive method in BasicMessageConsumer_0_10.java ...Rajith Muditha Attapattu2010-11-041-0/+20
* QPID-2881Rajith Muditha Attapattu2010-09-221-5/+2
* QPID-2786Rajith Muditha Attapattu2010-09-211-2/+5
* This is a fix for QPID-2809Rajith Muditha Attapattu2010-08-201-0/+11
* QPID-2657: Correct handling of sync on 0-10 client session for exceptionsAndrew Donald Kennedy2010-08-131-8/+23
* QPID-2675: Remove obsolete QpidExceptionAndrew Donald Kennedy2010-07-261-2/+2
* QPID-2657: Make Exceptions propagate to client for 0-10Andrew Donald Kennedy2010-07-221-24/+12
* 1. Capacity can now be specified as " capacity : {source: 5, target 10}" in a...Rajith Muditha Attapattu2010-05-281-2/+2
* Implemented the feature described in QPID-2515Rajith Muditha Attapattu2010-05-181-11/+29
* QPID-1864: sync the dispatch queue to make sure there are no messages in it b...Rafael H. Schloming2009-05-191-0/+27
* reset byte credit after flushing when not prefetching, this is a follow up fi...Rafael H. Schloming2009-03-031-4/+4
* don't try to return messages unless the session is startedRafael H. Schloming2009-02-261-1/+1
* This is related to QPID-1106Rajith Muditha Attapattu2009-02-251-2/+8
* Made the various receive variants check that the server queue is empty before...Rafael H. Schloming2009-02-251-23/+41
* QPID-1339: refactor of low level client API to permit connections to exist in...Rafael H. Schloming2008-10-091-31/+6
* QPID-1213: simplified unprocessed message and moved version specific code int...Rafael H. Schloming2008-08-081-92/+37
* QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants...Rafael H. Schloming2008-08-071-6/+3
* QPID-1192: Make consumer send Selector as part of binding.Aidan Skinner2008-07-301-2/+2
* QPID-1072: renamed org.apache.qpidity -> org.apache.qpidRafael H. Schloming2008-07-291-8/+8
* QPID-1163: Moved message ack in pre-deliver methodArnaud Simon2008-07-011-2/+2
* Qpid-1130: don't store unack message tags when the session is transactedArnaud Simon2008-06-101-1/+4
* QPID-1112: Update previous commit by re-using messageAcknowledge (added a fla...Arnaud Simon2008-06-031-26/+13
* QPID-1112: Added sessionCompleted support and changed onMessage for invoking ...Arnaud Simon2008-06-031-1/+25
* Made Range, RangeSet, and Session all use proper RFC1982 comparisons per QPID...Rafael H. Schloming2008-05-221-3/+3
* QPID-1008: allow for case where 0-10 message-properties are not included in a...Gordon Sim2008-05-051-1/+4
* QPID-832: fixed merge artifact affecting replyToRafael H. Schloming2008-04-241-13/+6
* QPID-832 merge M2.xAidan Skinner2008-04-241-15/+7
* QPID-796 Made connection URL property + use session level methodArnaud Simon2008-04-171-6/+6
* QPID-901: updates to the java client to use the 0-10 final spec instead of th...Rafael H. Schloming2008-04-161-42/+15
* QPID-796: Added ability to enable/disable message prefetching. Prefetching is...Arnaud Simon2008-04-041-13/+71
* Removed redundant code (see QPID-838). As this is a major 0.10 change tck has...Arnaud Simon2008-03-071-44/+6
* This contains the ground work for QPID-803.Rajith Muditha Attapattu2008-02-271-0/+22
* Changed checkPreConditions for accessing directly to _messageSelectorArnaud Simon2008-02-251-2/+1
* added message releasing when messag listener is setArnaud Simon2008-02-211-1/+10
* Added close logic for releasing pre-fetched messages, see QPID-778Arnaud Simon2008-02-061-0/+14
* Changed for using Window mode see QPID-778Arnaud Simon2008-02-061-28/+1
* QPID-777 and QPID-778Arnaud Simon2008-02-061-126/+42
* see qpid-743Arnaud Simon2008-01-171-4/+16
* Setting the message to null to mark for garbage collectionRajith Muditha Attapattu2007-11-291-3/+3
* Added the JVM switch -DnoAck to disable the sending the semantic ackRajith Muditha Attapattu2007-11-271-1/+4
* removed remote exchange class querying when standard exchanges are usedArnaud Simon2007-11-091-52/+81
* Changed for not acquiring messages if this is a browserArnaud Simon2007-10-291-1/+1
* Changed to handle sync receive when connection is startedArnaud Simon2007-10-241-0/+20