summaryrefslogtreecommitdiff
path: root/qpid/java/client
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-4250: ensure producer creation on 0-8/0-9/0-9-1 connections respects the...Robert Gemmell2012-08-262-10/+9
* NO-JIRA: remove unused client/test folderRobert Gemmell2012-08-1424-879/+0
* QPID-4051: use the connecttimeout option value from the BrokerDetails object ...Robert Gemmell2012-08-123-12/+29
* 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-162-11/+29
* QPID-4111: Move trunk version numbers to 0.19Justin Ross2012-07-091-1/+1
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-0211-30/+30
* QPID-4090: Bug fix: allow Java client to make connections to Java Broker usin...Keith Wall2012-06-302-3/+93
* QPID-4034: XASessionImpl should override resubscribe() for correct XAWeston M. Price2012-06-111-5/+10
* QPID-3971: minor cleanup to remove unused variable and stop logging null when...Robert Gemmell2012-06-041-4/+1
* QPID-4039: move some implementation-detail log statements on the 0-8/0-9/0-9-...Robert Gemmell2012-06-042-3/+6
* QPID-4038: log the Connection number and its local and remote addresses after...Robert Gemmell2012-06-043-3/+12
* 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-312-6/+19
* QPID-3986, QPID-4009, QPID-4017: add constants for system properties/defaults...Robert Gemmell2012-05-292-7/+9
* QPID-4017: reset the session flow control blocked status during failover.Robert Gemmell2012-05-291-0/+7
* QPID-4009: Make failover method invocation timeout configurable for 0-8/0-9/0...Robert Gemmell2012-05-291-1/+1
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-292-4/+5
* QPID-4023: restore connection URL setter, add check that URL details have bee...Robert Gemmell2012-05-282-6/+34
* QPID-3973 : [Java] Add support for non JKS key store types (patch supplied by...Robert Godfrey2012-05-181-0/+2
* QPID-3990:Weston M. Price2012-05-141-4/+5
* QPID-3990: Multiple XAResources isSameRM behaviorWeston M. Price2012-05-142-28/+102
* QPID-3994: trivial changes to the build.xml files to aid people regenerating ...Robert Gemmell2012-05-131-0/+1
* QPID-3971: resolve CI failure (hopefully), make misc test improvementsRobert Gemmell2012-05-132-69/+58
* QPID-3971:PropertiesFileInitialContextFactory cannot open file URIWeston M. Price2012-05-131-1/+0
* QPID-3994: add support for optionally retrieving FindBugs using IvyWeston M. Price2012-05-132-35/+51
* QPID-3941 Moved the printing of header information into it's ownRajith Muditha Attapattu2012-05-091-29/+34
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-072-0/+13
* QPID-3791: PropertiesFileInitialContextFactory cannot open file URLWeston M. Price2012-05-031-19/+0
* QPID-3971: PropertiesFileInitialContextFactory cannot open file URLWeston M. Price2012-05-034-39/+114
* QPID-3864: fix licence URLRobert Gemmell2012-04-191-1/+1
* QPID-3911: Fix deadlock on concurrent invocation of MessageConsumer#close() a...Robert Gemmell2012-04-062-21/+11
* QPID-3912: Client failover fails to reconnect if a previous attempted reconne...Keith Wall2012-03-282-1/+7
* QPID-3913: Add functionality to upgrade bdbstore automatically on broker star...Keith Wall2012-03-271-2/+5
* QPID-3903: Session#close() should not wait forever if broker fails to respond...Keith Wall2012-03-252-22/+20
* QPID-3905: NullPointerException is thrown on rejecting messages whilst closin...Keith Wall2012-03-251-3/+3
* QPID-3904: Java client should set AMQConnection#_closed flag on receipt of 0-...Keith Wall2012-03-211-0/+2
* QPID-3879: Session#close() on session can produce spurious "dispatcher is not...Keith Wall2012-03-111-1/+1
* QPID-3884 Applying a patch by Kevin Conner.Rajith Muditha Attapattu2012-03-082-0/+24
* 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-088-43/+81
* QPID-3864: Adjust version numbers on trunk for development toward 0.18Justin Ross2012-03-081-1/+1
* QPID-3605 : [Java Broker] Durable subscriber with no-local true receives mess...Robert Godfrey2012-02-282-0/+8
* QPID-2621 : [Java Client] Calling QueueBrowser.getEnumeration on a stopped co...Robert Godfrey2012-02-271-0/+4
* QPID-2020 : [Java Client] create[Durable]ConnectionConsumer should throw JMSE...Robert Godfrey2012-02-271-4/+5
* QPID-792 : [Java Client] Validate queue browser selector on client side, not ...Robert Godfrey2012-02-275-34/+101
* QPID-509 : [Java Client] Messages sent to topics should not default to mandatoryRobert Godfrey2012-02-276-129/+150
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-231-7/+10
* QPID-3095 : AMQBrokerDetails equals() and hashCode() methods do not adhere to...Robert Godfrey2012-02-201-4/+4