summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer_0_8.java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : AMQP-1-0 sandbox updates - merge from trunkrg-amqp-1-0-sandboxRobert Godfrey2012-03-101-14/+21
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-2/+8
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-0/+29
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-15/+12
* Non-JIRA: Merged up to r1085000 onto 1-0 sandbox branchRobert Godfrey2011-08-151-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