summaryrefslogtreecommitdiff
path: root/qpid/java/client/src
Commit message (Expand)AuthorAgeFilesLines
* 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-061-0/+11
* 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-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-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-055-2/+281
* 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 restructure POM hierarchy and improve buildRobert Gemmell2014-02-271-4/+7
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-261-1/+4
* QPID-5569 : NPE on getStringProperty("JMSXUserId")Robert Godfrey2014-02-201-1/+2
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-111-1/+1
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-223-8/+7
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-222-3/+4
* QPID-5342 : [Java Client] 0-10 client does not close connection when heartbea...Robert Godfrey2014-01-151-4/+8
* QPID-5373: move retrieval of the peer Principal into the connection IO thread...Robert Gemmell2014-01-111-5/+0
* QPID-5420: Restore ability to consume using BURLs specifying default exchange.Keith Wall2014-01-073-6/+15
* NO-JIRA: [Java System Tests] Add extra logging to HeartbeatTest in order to u...Keith Wall2013-11-281-1/+1
* QPID-5255: Change trunk version to 0.27Justin Ross2013-11-121-1/+1
* QPID-4534: unify client heartbeat system properties/connection url options.Keith Wall2013-10-3010-150/+110
* QPID-5224: escape usage of the ExchangeBound AMQP extension during basic cons...Robert Gemmell2013-10-136-5/+64
* QPID-5223: add system property to toggle populating the 'expiration' header w...Robert Gemmell2013-10-131-3/+14
* QPID-5204 Modified the code to return qpid.subject even when renamed toRajith Muditha Attapattu2013-10-073-2/+3
* QPID-5204 If the strict-jms flag is set qpid.subject is transformed intoRajith Muditha Attapattu2013-10-071-1/+1
* QPID-5197: Remove obsolete --cluster-durable/persistLastNode options in java ...Alan Conway2013-10-041-6/+1
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-231-0/+27
* QPID-5160: add a qpid-test-utils module instead of making every modules tests...Robert Gemmell2013-09-234-2/+214
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-219-129/+133
* QPID-5050: Move invocation of ExceptionListener to after the failoverMutex is...Keith Wall2013-08-161-32/+44
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-1/+1
* NO_JIRA Changed the exception thrown for an invalid destination from a regula...Rajith Muditha Attapattu2013-07-231-2/+2
* NO_JIRA Corrected the error message thrown when the message id is not ofRajith Muditha Attapattu2013-07-231-1/+1
* NO_JIRA Removed two System.out's from the code.Rajith Muditha Attapattu2013-07-232-2/+0
* QPID-4961: Change trunk version to 0.25Justin Ross2013-07-181-1/+1
* QPID-4995: Generate queue name on a client if it is not provided in binding URLAlex Rudyy2013-07-173-3/+130
* QPID-4994: Remove redundant binding URL options for subscription name and cli...Alex Rudyy2013-07-171-12/+41