summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java
Commit message (Expand)AuthorAgeFilesLines
* Merged QPID-6052 (r1621143 r1621148 r1621149 r1621150 r1621826) to 0.30 from ...Robert Godfrey2014-09-021-5/+5
* Merging from trunk r1619093:1620329 in the Java treeRobert Godfrey2014-08-251-5/+222
* Merging from trunk r1618473:1618815 in the Java treeRobert Godfrey2014-08-251-4/+5
* Merging from trunk r1617822:1618206 in the Java treeRobert Godfrey2014-08-251-2/+2
* QPID-5980: port javadoc fixups from trunk to the 0.30 branchRobert Gemmell2014-08-081-59/+57
* QPID-5876: [Java Client] Highest delivery tag variable not reset after failov...Keith Wall2014-07-291-1/+0
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-251-2/+2
* QPID-5870 A Consumer is now marked if it's using a durable subscription.Rajith Muditha Attapattu2014-07-081-0/+1
* QPID-5876: [Java Client] Highest delivery tag variable not reset after failov...Andrew MacBean2014-07-041-0/+1
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-27/+30
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-051-3/+3
* QPID-5420: Restore ability to consume using BURLs specifying default exchange.Keith Wall2014-01-071-4/+10
* QPID-4897 : [Java Broker] Allow selectors on bindings fro non-topic exchangesRobert Godfrey2013-06-011-43/+72
* QPID-4864 The JMS client needlessly holds the failover mutex whenRajith Muditha Attapattu2013-05-171-7/+4
* QPID-4608 Added code to handle TransportException and any otherRajith Muditha Attapattu2013-02-281-0/+8
* QPID-4608 Moved the exception handling code to a method. The method alsoRajith Muditha Attapattu2013-02-281-17/+25
* QPID-3317 Modified the code to implement correct behavior for linkRajith Muditha Attapattu2012-10-121-6/+4
* QPID-3906 Fixed an error with the default. Added unit tests for testingRajith Muditha Attapattu2012-09-281-2/+2
* QPID-3906 List Message support for JMS.Rajith Muditha Attapattu2012-09-281-10/+21
* QPID-4296: Push down 0-8..0-9-1 flow control implementation to AMQSession_0_8...Keith Wall2012-09-111-79/+7
* QPID-4261: extend BindingURLs to allow specifying exchange durable/autodelete...Robert Gemmell2012-09-011-74/+20
* QPID-4250: ensure producer creation on 0-8/0-9/0-9-1 connections respects the...Robert Gemmell2012-08-261-2/+2
* QPID-3575 SessionExceptions (0-10 code path) are now marked as softRajith Muditha Attapattu2012-07-161-5/+9
* QPID-4033: remove 'Channel' from the name as it is somewhat redundantRobert Gemmell2012-05-311-1/+1
* QPID-4033: update the Dispatcher thread name to include a connection id to ea...Robert Gemmell2012-05-311-1/+4
* QPID-3986, QPID-4009, QPID-4017: add constants for system properties/defaults...Robert Gemmell2012-05-291-4/+8
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-291-2/+2
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-0/+8
* QPID-3911: Fix deadlock on concurrent invocation of MessageConsumer#close() a...Robert Gemmell2012-04-061-20/+7
* QPID-3905: NullPointerException is thrown on rejecting messages whilst closin...Keith Wall2012-03-251-3/+3
* QPID-3879: Session#close() on session can produce spurious "dispatcher is not...Keith Wall2012-03-111-1/+1
* QPID-3885 Changed the log level for flow control messages to info (wasRajith Muditha Attapattu2012-03-081-4/+4
* QPID-3885 Applying a patch by Kevin Conner.Rajith Muditha Attapattu2012-03-081-23/+29
* QPID-3605 : [Java Broker] Durable subscriber with no-local true receives mess...Robert Godfrey2012-02-281-0/+4
* QPID-792 : [Java Client] Validate queue browser selector on client side, not ...Robert Godfrey2012-02-271-10/+24
* QPID-509 : [Java Client] Messages sent to topics should not default to mandatoryRobert Godfrey2012-02-271-17/+5
* 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