summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3109Rajith Muditha Attapattu2011-03-031-0/+3
* git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1031321 13f79535-47bb...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
* updated message hierarchy for using 0_10 messagesArnaud Simon2007-09-131-87/+101
* added AbstractJMSMessage createJMSMessageFromUnprocessedMessageArnaud Simon2007-09-101-3/+12
* Unprocessed message was made abstract and a 0-8 and 0-10 implementation is pr...Rajith Muditha Attapattu2007-09-061-8/+6
* Separated 0-8 functionality from the AMQSession,/BasicMessageProducer and Bas...Rajith Muditha Attapattu2007-09-051-46/+20
* Merged revisions 439476-447993,447995-448007,448009-448141,448143-448157,4481...Martin Ritchie2007-06-151-83/+86
* Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44...Robert Greig2007-04-191-69/+95
* QPID-346,QPID-386,QPID-403, QPID-410 Rollback, Basic-Reject, QueueBrowser NO_...Martin Ritchie2007-03-131-16/+114
* QPID-403 QPID-346 QPID-355 QPID-386 QPID-389 Updates to fix Transactional Rol...Martin Ritchie2007-03-061-15/+69
* QPID-346 Message loss after rollbackMartin Ritchie2007-02-231-4/+8
* QPID-348 Problems related to prefetching of messages Martin Ritchie2007-02-211-60/+73
* Applied QPID-162 patches from Kevin SmithMartin Ritchie2007-02-141-12/+16
* QPID-339 Java client hangs when starting up (intermittently)Martin Ritchie2007-02-011-8/+6
* QPID-320 : Patch supplied by Rob Godfrey - Simplify logic to deal with settin...Robert Greig2007-01-291-28/+18
* QPID-318 : Patch supplied by Rob Godfrey - Remove hard-coding of protocol ver...Robert Greig2007-01-251-4/+3