summaryrefslogtreecommitdiff
path: root/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer_0_10.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-10/+13
* QPID-3831: use AcquireMode=PRE_ACQUIRED when using server-side selectors and ...Robert Gemmell2012-02-131-6/+5
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-22/+22
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-5/+16
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-031-1/+1
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-10/+4
* QPID-3642, QPID-3640: Add Dead Letter Queue functionality for 0-10 path. Also...Keith Wall2011-11-281-1/+1
* QPID-2703: 0-10 Transaction rollback/recover does not restore consumer creditKeith Wall2011-11-171-0/+1
* QPID-3519: refactor consumer argument handlingKeith Wall2011-11-091-2/+2
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-091-3/+7
* QPID-3536: 0-10 overrides JMS AcceptMode with a defaulted (not explicitly set...Keith Wall2011-11-071-1/+1
* QPID-2848: refactored message consumer: pre-aquire, capacity decisions are mo...Keith Wall2011-11-071-55/+70
* QPID-3562: move sending completions if necessary into postDeliver() so that p...Robert Gemmell2011-10-301-7/+18
* QPID-3542: ensure session complete sent for filtered out messagesKeith Wall2011-10-181-1/+22
* 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