summaryrefslogtreecommitdiff
path: root/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer_0_8.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-11/+11
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-7/+7
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-7/+14
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-2/+8
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-281-0/+29
* QPID-3519: refactor consumer argument handlingKeith Wall2011-11-091-2/+14
* QPID-2848: refactored message consumer: pre-aquire, capacity decisions are mo...Keith Wall2011-11-071-17/+2
* QPID-3109Rajith Muditha Attapattu2011-03-031-0/+4
* QPID-2675: Remove obsolete QpidExceptionAndrew Donald Kennedy2010-07-261-2/+2
* 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-7/+13
* QPID-1213: simplified unprocessed message and moved version specific code int...Rafael H. Schloming2008-08-081-14/+6
* QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants...Rafael H. Schloming2008-08-071-3/+2
* QPID-1192: Make consumer send Selector as part of binding.Aidan Skinner2008-07-301-3/+20
* QPID-832 merge M2.xAidan Skinner2008-04-241-20/+7
* QPID-777 and QPID-778Arnaud Simon2008-02-061-18/+1
* added missing else in if ladderRafael H. Schloming2007-10-171-1/+1
* There was an issue with the receiveNoWait method.Rajith Muditha Attapattu2007-10-161-0/+4
* Updated for returning the message instead of nullArnaud Simon2007-10-101-1/+1
* Changed to use Window for asyn and credit mode for sync consume.Rajith Muditha Attapattu2007-10-081-0/+16
* updated message hierarchy for using 0_10 messagesArnaud Simon2007-09-131-0/+9
* removed AbstractJMSMessage createJMSMessageFromUnprocessedMessageArnaud Simon2007-09-101-9/+0
* Unprocessed message was made abstract and a 0-8 and 0-10 implementation is pr...Rajith Muditha Attapattu2007-09-061-1/+14
* Separated 0-8 functionality from the AMQSession,/BasicMessageProducer and Bas...Rajith Muditha Attapattu2007-09-051-0/+74