summaryrefslogtreecommitdiff
path: root/qpid/java/client
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-291-1/+1
* | QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-27/+30
* | QPID-5639 : Add SASL SCRAM-SHA-1 Java client supportRobert Godfrey2014-04-242-0/+397
* | QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change import...Robert Gemmell2014-04-222-8/+8
* | QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-211-0/+2
* | QPID-5639 : [Java Broker] Correct SASL Mechanism name in client / use consist...Robert Godfrey2014-04-122-2/+2
* | QPID-5048: include the JMS API jar in the client release assemblies as we hav...Robert Gemmell2014-04-092-0/+12
* | QPID-5048: add dependency change verifcation reference files and LICENSE, NOT...Robert Gemmell2014-04-056-3/+286
* | QPID-5048: maven license plugin optimisation & enhanced license file generationKeith Wall2014-03-251-2/+1
* | QPID-5639 : [Java Broker] Add SCRAM-SHA-1 SASL supportRobert Godfrey2014-03-212-0/+3
* | QPID-5600: Advance the version number on trunk to 0.29Justin Ross2014-03-201-1/+1
* | QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-055-20/+100
* | QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-032-2/+2
* | QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-281-1/+0
* | QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-272-6/+9