summaryrefslogtreecommitdiff
path: root/java/client/src/main/java/org/apache/qpid/client/AMQSession_0_10.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-118/+290
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-7/+31
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-33/+31
* QPID-3836 Modified the address handling code to pass the noLocalRajith Muditha Attapattu2012-02-131-7/+14
* QPID-3831: use AcquireMode=PRE_ACQUIRED when using server-side selectors and ...Robert Gemmell2012-02-131-1/+1
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-021-1/+1
* QPID-3790: Add a method AMQSession.getQueueDepth(AMQDestionation, boolean) to...Robert Gemmell2012-02-011-1/+5
* QPID-3604 Moved the draining of consumer queues further down to be doneRajith Muditha Attapattu2012-01-311-8/+6
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-32/+38
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-22/+22
* QPID-3265 This is not a fix for this issue, but rather a minor step towards it.Rajith Muditha Attapattu2012-01-261-4/+4
* QPID-3604 Added sync() after sending message stop for each subscriber.Rajith Muditha Attapattu2012-01-241-0/+1
* QPID-3604 Once message stop is issued for each subscriber, the clientRajith Muditha Attapattu2012-01-241-0/+40
* QPID-3604 Reverting the changes as it releases messages everytime theRajith Muditha Attapattu2012-01-111-37/+6
* QPID-3604 The code now drains individual consumer queues as well as theRajith Muditha Attapattu2012-01-111-5/+37
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-23/+6
* QPID-3691: failover should sync once before reporting failover successKeith Wall2011-12-161-0/+1
* QPID-3642: Fix for redelivery regression found by python testsKeith Wall2011-11-301-4/+0
* QPID-3642, QPID-3640: Add Dead Letter Queue functionality for 0-10 path. Also...Keith Wall2011-11-281-9/+38
* QPID-2703: 0-10 Transaction rollback/recover does not restore consumer creditKeith Wall2011-11-171-7/+16
* QPID-3539: NoLocal should occur at the connection level and not the session l...Keith Wall2011-11-101-1/+2
* QPID-3519: refactor consumer argument handlingKeith Wall2011-11-091-2/+2
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-091-17/+2
* QPID-3536: 0-10 overrides JMS AcceptMode with a defaulted (not explicitly set...Keith Wall2011-11-071-16/+0
* QPID-2848: refactored message consumer: pre-aquire, capacity decisions are mo...Keith Wall2011-11-071-61/+21
* QPID-3562: move sending completions if necessary into postDeliver() so that p...Robert Gemmell2011-10-301-4/+10
* QPID-3532: make the 0-10 client hold the failover mutex during the failover. ...Robert Gemmell2011-10-211-3/+3
* QPID-3542: ensure session complete sent for filtered out messagesKeith Wall2011-10-181-8/+19
* QPID-3546: update the highestDeliveryTag marker during failover to prevent th...Robert Gemmell2011-10-131-0/+11
* QPID-3527: update handling of auto-ack messages for 0-10 to send acks (asynch...Robert Gemmell2011-10-061-1/+1
* QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall...Robert Gemmell2011-10-061-42/+35
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-281-3/+2
* QPID-3448: catch exceptions from the underlying Transport/Session/Connection ...Robert Gemmell2011-09-131-8/+10
* QPID-3461 The commit method implementation in AMQSession_0_10 nowRajith Muditha Attapattu2011-08-311-0/+7
* QPID-3269Rajith Muditha Attapattu2011-07-081-4/+12
* QPID-3245Rajith Muditha Attapattu2011-05-041-0/+5
* QPID-3233Rajith Muditha Attapattu2011-05-031-1/+15
* QPID-3214Rajith Muditha Attapattu2011-05-031-3/+1
* QPID-3194Rajith Muditha Attapattu2011-04-081-1/+1
* QPID-3182Rajith Muditha Attapattu2011-04-061-1/+5
* QPID-3127: Set accept mode to NONE for NO_ACKNOWLEDGEAndrew Donald Kennedy2011-03-081-1/+1
* QPID-2732Rajith Muditha Attapattu2011-03-071-0/+16
* QPID-2732Rajith Muditha Attapattu2011-03-031-1/+9
* QPID-3109Rajith Muditha Attapattu2011-03-031-11/+27
* QPID-3008: Fix failover behaviour in 0-10 for QueueBrowserAutoAckTestAndrew Donald Kennedy2011-02-171-8/+0
* QPID-3047: Fix QueueDepthWithSelectorTest on 0-10Andrew Donald Kennedy2011-02-171-0/+1
* QPID-3022: enable the logging tests and fix issues causing failures due to mi...Robert Gemmell2011-01-271-0/+14
* QPID-3019Rajith Muditha Attapattu2011-01-251-2/+13
* QPID-2994Rajith Muditha Attapattu2011-01-111-0/+1
* QPID-2928 QPID-2737 The isExclusive method in BasicMessageConsumer_0_10.java ...Rajith Muditha Attapattu2010-11-041-2/+6