summaryrefslogtreecommitdiff
path: root/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-16/+3
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-4/+14
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-021-2/+2
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-13/+7
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-26/+56
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-8/+14
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-281-26/+1
* QPID-3519: refactor consumer argument handlingKeith Wall2011-11-091-2/+17
* QPID-2848: refactored message consumer: pre-aquire, capacity decisions are mo...Keith Wall2011-11-071-9/+35
* QPID-3527: update handling of auto-ack messages for 0-10 to send acks (asynch...Robert Gemmell2011-10-061-24/+17
* QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall...Robert Gemmell2011-10-061-51/+18
* QPID-3526: move duplicated methods into the parent abstract message delegate,...Robert Gemmell2011-10-061-57/+0
* QPID-3507: move the MessageListener check in front of the _receiving CASRobert Gemmell2011-09-271-4/+4
* QPID-3448: catch exceptions from the underlying Transport/Session/Connection ...Robert Gemmell2011-09-131-1/+14
* QPID-3109Rajith Muditha Attapattu2011-03-031-0/+3
* QPID-2928 QPID-2737 The isExclusive method in BasicMessageConsumer_0_10.java ...Rajith Muditha Attapattu2010-11-041-2/+2
* QPID-2809Rajith Muditha Attapattu2010-08-201-1/+1
* QPID-2738Rajith Muditha Attapattu2010-07-211-18/+2
* Commiting a patch by Emmanuel Bourg attached to QPID-2594Rajith Muditha Attapattu2010-05-111-0/+1
* Commiting the patch attached to QPID-2471Rajith Muditha Attapattu2010-04-141-1/+17
* QPID-2242 : Fixed 0-10 code path's getJMSDestination() updated JMSDestination...Martin Ritchie2009-12-071-1/+1
* Fix for dirty sessions, start to test that sessions are dirty when required.Martin Ritchie2009-10-051-0/+1
* QPID-1779 : Fixed the close problem so that we only send Consumer/Session clo...Martin Ritchie2009-04-111-1/+5
* QPID-1779 : Application of patches attached to JIRA. Should address connectio...Martin Ritchie2009-04-101-1/+4
* Made the various receive variants check that the server queue is empty before...Rafael H. Schloming2009-02-251-19/+7
* QPID-1420: swapped out the size limited ArrayBlockingQueue with a LinkedBlock...Rafael H. Schloming2008-10-301-3/+4
* QPID-1245: use notifyMessage rather than onMessage in setMessageListener so t...Rafael H. Schloming2008-08-151-1/+1
* QPID-1213: simplified unprocessed message and moved version specific code int...Rafael H. Schloming2008-08-081-20/+12
* QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants...Rafael H. Schloming2008-08-071-2/+3
* QPID-1206: Fix failover and failover testsAidan Skinner2008-08-051-13/+4
* QPID-1192: Make consumer send Selector as part of binding.Aidan Skinner2008-07-301-5/+5
* QPID-293 allow messages which have been received by the consumer before a mes...Aidan Skinner2008-07-081-0/+8
* QPID-1163: Moved message ack in pre-deliver methodArnaud Simon2008-07-011-12/+13
* QPID-854 QPID-999 : Merge Changes to the client to make the dispatcher respon...Aidan Skinner2008-06-261-0/+43
* QPID-551 Don't take arbitrary stack lengths. I really hate that we sublist at...Aidan Skinner2008-06-251-1/+2
* QPID-1112: Added sessionCompleted support and changed onMessage for invoking ...Arnaud Simon2008-06-031-2/+1
* QPID-832 merge M2.xAidan Skinner2008-04-241-162/+278
* QPID-901: updates to the java client to use the 0-10 final spec instead of th...Rafael H. Schloming2008-04-161-98/+2
* Changed checkPreConditions for accessing directly to _messageSelectorArnaud Simon2008-02-251-1/+3
* Fix for Qpid-793Rajith Muditha Attapattu2008-02-141-4/+6
* QPID-777 and QPID-778Arnaud Simon2008-02-061-1/+23
* see qpid-742Arnaud Simon2008-01-171-0/+23
* cahnged for testing if the receiving thread is set before stopping itArnaud Simon2007-11-081-1/+1
* Changed to handle sync receive when connection is startedArnaud Simon2007-10-241-0/+12
* changed to handle async pre-fetchArnaud Simon2007-10-191-1/+1
* There was an issue with the receiveNoWait method.Rajith Muditha Attapattu2007-10-161-1/+7
* increased number of runsArnaud Simon2007-10-151-1/+1
* Changed to use Window for asyn and credit mode for sync consume.Rajith Muditha Attapattu2007-10-081-10/+4
* fixed issue with transactionsArnaud Simon2007-10-081-29/+34
* Changed for setting message flow to already started message listenersArnaud Simon2007-10-011-3/+3