summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6374: [Java Broker] 0-10 Failover: the thread performing the failover pr...Keith Wall2015-02-131-17/+27
* QPID-6374 : avoid taking a lock when not modifying a valueRobert Godfrey2015-02-121-12/+15
* QPID-6387: [Java Client] Remove array optimisation from session/consumer mapsKeith Wall2015-02-111-85/+7
* QPID-6374 : Reorder ock aquisition and remove synchronization where it is not...Robert Godfrey2015-02-101-56/+55
* QPID-6052 : Use ADDR addresses for JMSDestination on incoming messages in 0-9...Robert Godfrey2014-08-281-5/+5
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-261-14/+15
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing to...Robert Godfrey2014-08-241-0/+4
* QPID-6037 : [Java Client] Add experimental support for ADDR addressing to the...Robert Godfrey2014-08-231-5/+218
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-181-4/+5
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-2/+2
* QPID-5980: continued javadoc fixupsRobert 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