summaryrefslogtreecommitdiff
path: root/java/client/src/main/java/org/apache/qpid/client/AMQSession.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-171/+54
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-10/+29
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-71/+70
* QPID-3836 Modified the address handling code to pass the noLocalRajith Muditha Attapattu2012-02-131-2/+3
* QPID-3817: remove unnecessary cast to AMQQueue from the QueueBrowser creation...Robert Gemmell2012-02-131-1/+4
* QPID-3831: use AcquireMode=PRE_ACQUIRED when using server-side selectors and ...Robert Gemmell2012-02-131-5/+4
* QPID-3807: Improve thread safety of JMS Session dispatcher.Keith Wall2012-02-071-21/+11
* NO-JIRA: Remove unnecessary getters added by recent commit 1236867Keith Wall2012-02-071-87/+0
* NO-JIRA: Move members back to top of class where they belongKeith Wall2012-02-071-181/+180
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-021-1/+1
* QPID-3784: move the system property key into ClientPropertiesRobert Gemmell2012-02-021-6/+2
* QPID-3784: introduce system property to run a dispatcher thread as damon/non-...Robert Gemmell2012-02-021-1/+11
* QPID-3790: Add a method AMQSession.getQueueDepth(AMQDestionation, boolean) to...Robert Gemmell2012-02-011-9/+29
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-92/+11
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-90/+213
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-46/+23
* QPID-3604 Once message stop is issued for each subscriber, the clientRajith Muditha Attapattu2012-01-241-1/+53
* QPID-3604 Reverting the changes as it releases messages everytime theRajith Muditha Attapattu2012-01-111-1/+2
* QPID-3604 The code now drains individual consumer queues as well as theRajith Muditha Attapattu2012-01-111-1/+1
* QPID-3716: restore throwing of IllegalStateException upon invoking Session#ge...Robert Gemmell2012-01-061-2/+19
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-031-1/+6
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-281-8/+7
* QPID-3519: refactor consumer argument handlingKeith Wall2011-11-091-19/+1
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-091-2/+2
* QPID-2848: refactored message consumer: pre-aquire, capacity decisions are mo...Keith Wall2011-11-071-6/+7
* QPID-3546: update the highestDeliveryTag marker during failover to prevent th...Robert Gemmell2011-10-131-5/+28
* QPID-3526: ensure that the session is marked clean after message.acknowledge(...Robert Gemmell2011-10-071-0/+1
* QPID-2442: Make 0-10 TemporaryQueue#delete and TemporaryTopic#delete perform ...Keith Wall2011-10-061-0/+15
* QPID-3525: stop the client from accidentally consuming the messages it is act...Robert Gemmell2011-10-061-12/+24
* QPID-3527: update handling of auto-ack messages for 0-10 to send acks (asynch...Robert Gemmell2011-10-061-38/+26
* QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall...Robert Gemmell2011-10-061-59/+27
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-281-20/+3
* QPID-3448: catch exceptions from the underlying Transport/Session/Connection ...Robert Gemmell2011-09-131-16/+105
* QPID-3254Rajith Muditha Attapattu2011-05-111-0/+5
* QPID-3254Rajith Muditha Attapattu2011-05-111-9/+19
* QPID-3207Rajith Muditha Attapattu2011-05-111-1/+1
* QPID-3233Rajith Muditha Attapattu2011-05-031-7/+13
* QPID-3207Rajith Muditha Attapattu2011-04-141-1/+1
* QPID-3182Rajith Muditha Attapattu2011-04-061-2/+1
* QPID-2959Rajith Muditha Attapattu2011-03-171-0/+5
* QPID-3143Rajith Muditha Attapattu2011-03-141-1/+0
* QPID-3106Rajith Muditha Attapattu2011-03-031-13/+25
* QPID-1670: Implement an UncaughtExceptionHandler to log exceptions causing t...Robert Gemmell2011-02-041-12/+25
* QPID-3019Rajith Muditha Attapattu2011-01-251-1/+1
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-2/+1
* QPID-2418: updates to fix test failures when using the 0-10 client test profi...Robert Gemmell2010-09-051-7/+24
* QPID-2418: Unsubscribe existing open durable subscriptions when changing subs...Robert Gemmell2010-09-051-61/+200
* QPID-2736Rajith Muditha Attapattu2010-07-161-27/+50
* This is a fix for QPID-2723Rajith Muditha Attapattu2010-07-081-6/+18
* QPID-2633 : Move destinationConsumer count logic to before the consumer is re...Martin Ritchie2010-06-031-8/+15