summaryrefslogtreecommitdiff
path: root/qpid/java/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-6205 : [Java Client] 0.8/0.9.x JMS client leaks transport threads and so...Robert Godfrey2014-11-021-19/+26
* QPID-6206 : [Java Client] create new AMQDecoder for every reconnection attemptRobert Godfrey2014-10-312-2/+9
* QPID-6179 - [Java Client] Connection establishment can send invalid frame seq...Robert Godfrey2014-10-231-0/+3
* NO-JIRA : removed unused constant which historically related to the use of MI...Robert Godfrey2014-10-211-1/+0
* QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-177-25/+176
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-1710-422/+121
* QPID-6152: [Java Client] Allow connection/session close time to be overridden...Keith Wall2014-10-141-47/+33
* QPID-6088 : only reset the credit window if the credit window has been expandedRobert Godfrey2014-10-141-1/+4
* QPID-3678 : Fix testRobert Godfrey2014-09-231-57/+23
* QPID-3678 : [Java Client] Add support for setting link capacity to zero in AD...Robert Godfrey2014-09-233-17/+83
* QPID-6088 : [Java Client] AMQP 0-8/8/9-1 prefetch should auto expand when rec...Robert Godfrey2014-09-084-67/+151
* QPID-6066: [Java Client] 0-8..0-9-1 only - Add system property to allow call...Keith Wall2014-09-031-1/+6
* QPID-6052 : Address review comments from Robbie GemmellRobert Godfrey2014-09-015-271/+168
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-301-1/+1
* QPID-6058 : [Java Client] The client does not fail with a sensible error mess...Robert Godfrey2014-08-301-0/+8
* QPID-6052 : Use ADDR addresses for JMSDestination on incoming messages in 0-9...Robert Godfrey2014-08-2817-132/+252
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-265-32/+59
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing to...Robert Godfrey2014-08-2411-111/+399
* QPID-6037 : [Java Client] Add experimental support for ADDR addressing to the...Robert Godfrey2014-08-238-248/+653
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-194-15/+14
* QPID-6000 : [Java] Address review comments from AlexRobert Godfrey2014-08-191-26/+0
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-181-4/+5
* QPID-6000 : Tidy up remove unused static, and use utility gzip mechanismRobert Godfrey2014-08-162-33/+14
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-1610-130/+347
* QPID-5813: add license headers to various files, remove empty fileRobert Gemmell2014-08-151-0/+21
* QPID-6001 : [Java Client] Prevent NPE when publishing using ADDR destination...Robert Godfrey2014-08-143-24/+53
* QPID-6001: [Java Client] Prevent NPE when publishing using ADDR destination t...Keith Wall2014-08-142-1/+12
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-132-8/+4
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-131-4/+13
* QPID-5978 : [Java Client] deal with protocol initialisation failures such as ...Robert Godfrey2014-08-111-3/+7
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-093-11/+24
* QPID-5878 : Address review comments from [~k-wall]Robert Godfrey2014-08-082-13/+13
* QPID-5980: continued javadoc fixupsRobert Gemmell2014-08-0829-280/+198
* QPID-5980: initial javadoc fixupsRobert Gemmell2014-08-082-9/+4
* QPID-5978 : [Java Client] fail faster when a TCP connection is established, b...Robert Godfrey2014-08-081-12/+29
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-073-3/+3
* QPID-5960: Turn on SSL host name verification by defaultAlex Rudyy2014-08-072-4/+42
* QPID-5048: update client release assemblies to contain the example sources, a...Robert Gemmell2014-08-062-0/+28
* QPID-5639, QPID-5878 : Ensure that the client gets a chance to evaluate the s...Robert Godfrey2014-08-041-1/+1
* QPID-5876: [Java Client] Highest delivery tag variable not reset after failov...Keith Wall2014-07-291-1/+0
* [QPID-5931]: [Java client] JMSException instead of InvalidDestinationExceptio...Pavel Moravec2014-07-281-3/+3
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-252-32/+35
* QPID-2969 : Make constructor for AMQAnyDestination public so it can be (de)se...Robert Godfrey2014-07-211-5/+6
* QPID-2969: Make AMQConnectionFactory and AMQDestination (and subclasses) seri...Keith Wall2014-07-2015-24/+359
* QPID-5870 A Consumer is now marked if it's using a durable subscription.Rajith Muditha Attapattu2014-07-084-11/+35
* QPID-5878 : [Java Broker] Add SCRAM-SHA-256 SASL supportRobert Godfrey2014-07-067-308/+452
* QPID-5876: [Java Client] Highest delivery tag variable not reset after failov...Andrew MacBean2014-07-041-0/+1
* QPID-5048: add pom to build the AMQP 0-x JMS client examplesRobert Gemmell2014-06-261-0/+66
* QPID-5048: make the clients logging test deps explicit rather than just trans...Robert Gemmell2014-05-231-0/+14
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-212-93/+0