summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer_0_10.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for the credit issue when we release messages that fails the selector testRajith Muditha Attapattu2007-10-191-2/+3
* Changed to handle exception correctly in onMessageArnaud Simon2007-10-191-2/+8
* changed to handle async pre-fetchArnaud Simon2007-10-191-0/+19
* Changed logic for reseting creditArnaud Simon2007-10-181-2/+4
* Cahnged flow control for message selectorArnaud Simon2007-10-171-9/+27
* Updated message selectorArnaud Simon2007-10-171-7/+3
* There is an issue when we do client side selectors for sync receive.Rajith Muditha Attapattu2007-10-171-1/+22
* There was an issue with the receiveNoWait method.Rajith Muditha Attapattu2007-10-161-6/+18
* TCK: If there is an error in the selector, an InvalidSelectorException should...Rajith Muditha Attapattu2007-10-161-1/+2
* Changed messageCount decrementArnaud Simon2007-10-161-2/+6
* increased number of runsArnaud Simon2007-10-151-2/+17
* Changed handling of replyToArnaud Simon2007-10-151-5/+18
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-141-1/+4
* Added check if message selector is not empty stringArnaud Simon2007-10-111-1/+1
* added byte credits when no message is reeivedArnaud Simon2007-10-111-0/+1
* Changed sendCancel to sedn a cancel and not a stopArnaud Simon2007-10-101-1/+1
* Fixed an error with the credit based flow controlRajith Muditha Attapattu2007-10-091-7/+15
* Changed to use Window for asyn and credit mode for sync consume.Rajith Muditha Attapattu2007-10-081-12/+44
* fixed issue with transactionsArnaud Simon2007-10-081-0/+5
* fixed issue with temporary queues as the consumer was not closed when cancel ...Arnaud Simon2007-10-081-0/+2
* Changed for removing buffer copyArnaud Simon2007-10-051-6/+2
* Changed for setting message flow to already started message listenersArnaud Simon2007-10-011-1/+18