summaryrefslogtreecommitdiff
path: root/qpid/java/client/src
Commit message (Expand)AuthorAgeFilesLines
...
* | QPID-4513: improve client handling of discovery that its SASL Provider has al...Robert Gemmell2012-12-203-10/+204
* | QPID-4377: add missing licence headers to various files in the Java treeRobert Gemmell2012-12-111-0/+20
* | 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-072-1/+6
* | QPID-4496 Added error handling to cover the cases mentioned in the JIRA.Rajith Muditha Attapattu2012-12-071-10/+17
* | QPID-4473: Resolve 'stream might not be closed' issue reported by findbugs to...Alex Rudyy2012-11-261-1/+8
* | QPID-2796 : Added Java system test for heartbeatingRobert Godfrey2012-11-269-131/+86
* | QPID-2796 : Implement hearbeating in Java Broker (all protocol versions) and ...Robert Godfrey2012-11-253-2/+24
* | QPID-4468: restore connection level ssl option to provide compatibility with ...Robert Gemmell2012-11-255-3/+98
* | QPID-4469: remove the unused sslContext parameter in OutgoingNetworkTransport...Robert Gemmell2012-11-251-23/+1
* | QPID-4377: Update trunk versions to 0.21Justin Ross2012-11-191-1/+1
* | QPID-4289, QPID-4344: restore catching of TransportExceptions when trying to ...Robert Gemmell2012-11-032-7/+29
* | 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-1214-341/+589
* | QPID-4352: fix break in ConnectionFactory following SSL truststore/keystore p...Robert Gemmell2012-10-021-1/+1
* | QPID-4352: Java client logs key_store_password/trust_store_password at debugKeith Wall2012-09-293-45/+60
* | QPID-3906 Fixed an error with the default. Added unit tests for testingRajith Muditha Attapattu2012-09-283-4/+31
* | QPID-3906 Switched the default to legacy stream message format.Rajith Muditha Attapattu2012-09-283-15/+155
* | QPID-3906 List Message support for JMS.Rajith Muditha Attapattu2012-09-289-10/+1099
* | 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-4302: 0-8..0-9-1 client should sync after message.acknowledge()Keith Wall2012-09-132-10/+21
* | QPID-4296: Push down 0-8..0-9-1 flow control implementation to AMQSession_0_8...Keith Wall2012-09-113-79/+94
* | QPID-4289: Fix 0-8/0-9/0-9-1 failover issuesRobert Gemmell2012-09-105-49/+91
* | QPID-4261: extend BindingURLs to allow specifying exchange durable/autodelete...Robert Gemmell2012-09-0115-224/+310
* | QPID-4250: ensure producer creation on 0-8/0-9/0-9-1 connections respects the...Robert Gemmell2012-08-262-10/+9
* | 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-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