summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession_0_10.java
Commit message (Expand)AuthorAgeFilesLines
* Merging from trunk r1619093:1620329 in the Java treeRobert Godfrey2014-08-251-175/+24
* Merging from trunk r1618840:1619054 in the Java treeRobert Godfrey2014-08-251-1/+1
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-251-30/+33
* QPID-5870 A Consumer is now marked if it's using a durable subscription.Rajith Muditha Attapattu2014-07-081-9/+18
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-261-1/+4
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-211-1/+1
* QPID-4934 : [Java XA] Stop redundant session creation for XA Sessions, improv...Robert Godfrey2013-06-181-12/+23
* QPID-4897 : [Java Broker] Allow selectors on bindings fro non-topic exchangesRobert Godfrey2013-06-011-71/+75
* QPID-4274 Applied the same fix when an exchange is deleted as the sameRajith Muditha Attapattu2013-03-071-0/+1
* QPID-4274 Applied Pavel's fix of setting the resolved time to zero, butRajith Muditha Attapattu2013-03-071-0/+1
* QPID-4608 Moved the exception handling code to a method. The method alsoRajith Muditha Attapattu2013-02-281-5/+1
* QPID-4312 : [Java Client] add option for verification of queue existence duri...Robert Godfrey2013-02-041-2/+2
* QPID-4540 The deletion of the subscription queue is now handledRajith Muditha Attapattu2013-01-161-0/+4
* QPID-4496 Fixed a typo in the error message and adjusted the ifRajith Muditha Attapattu2012-12-101-2/+8
* QPID-4497 Allow the exclusive property to be set for the subscriptionRajith Muditha Attapattu2012-12-071-0/+5
* QPID-4496 Added error handling to cover the cases mentioned in the JIRA.Rajith Muditha Attapattu2012-12-071-10/+17
* QPID-4389: Send the selector of durable subscriber in arguments of ExchangeBi...Alex Rudyy2012-10-241-7/+12
* QPID-3317 Modified the code to implement correct behavior for linkRajith Muditha Attapattu2012-10-121-81/+222
* QPID-4146 Applying patch attached by Pavel Moravec with modifications.Rajith Muditha Attapattu2012-09-251-0/+9
* QPID-4277 The address handling code is now using the auto-deleteRajith Muditha Attapattu2012-09-211-1/+1
* QPID-4340 The durable parameter from the address string is now used whenRajith Muditha Attapattu2012-09-211-1/+3
* QPID-4296: Push down 0-8..0-9-1 flow control implementation to AMQSession_0_8...Keith Wall2012-09-111-0/+7
* QPID-4261: extend BindingURLs to allow specifying exchange durable/autodelete...Robert Gemmell2012-09-011-34/+20
* QPID-3575 Changed the name of the system prop toRajith Muditha Attapattu2012-07-301-9/+12
* QPID-3575Rajith Muditha Attapattu2012-07-161-2/+3
* QPID-3575 SessionExceptions (0-10 code path) are now marked as softRajith Muditha Attapattu2012-07-161-6/+20
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-291-2/+3
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-0/+5
* QPID-792 : [Java Client] Validate queue browser selector on client side, not ...Robert Godfrey2012-02-271-9/+11
* QPID-509 : [Java Client] Messages sent to topics should not default to mandatoryRobert Godfrey2012-02-271-24/+20
* 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