summaryrefslogtreecommitdiff
path: root/java/client/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge method body implementation classesRobert Godfrey2014-09-291-5/+6
* Remove redundant interfacesRobert Godfrey2014-09-281-2/+2
* Remove duplicate method body implementationsRobert Godfrey2014-09-281-1/+1
* QPID-3678 : Fix testRobert Godfrey2014-09-231-57/+23
* QPID-6052 : Address review comments from Robbie GemmellRobert Godfrey2014-09-011-1/+1
* QPID-5960: Turn on SSL host name verification by defaultAlex Rudyy2014-08-071-3/+37
* QPID-2969: Make AMQConnectionFactory and AMQDestination (and subclasses) seri...Keith Wall2014-07-203-2/+128
* QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change import...Robert Gemmell2014-04-222-8/+8
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-111-1/+1
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-222-3/+4
* QPID-5373: move retrieval of the peer Principal into the connection IO thread...Robert Gemmell2014-01-111-5/+0
* QPID-4534: unify client heartbeat system properties/connection url options.Keith Wall2013-10-301-0/+26
* QPID-5204 Modified the code to return qpid.subject even when renamed toRajith Muditha Attapattu2013-10-071-1/+1
* 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-211-1/+1
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-1/+1
* QPID-3838 Removed two System.out's from the code.Rajith Muditha Attapattu2013-07-231-1/+0
* QPID-4995: Generate queue name on a client if it is not provided in binding URLAlex Rudyy2013-07-172-0/+128
* QPID-4994: Remove redundant binding URL options for subscription name and cli...Alex Rudyy2013-07-171-12/+41
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Alex Rudyy2013-06-211-0/+77
* QPID-4904 : [Java] AMQShortString.equals should on return true if it is being...Robert Godfrey2013-06-032-46/+46
* QPID-4873 Commiting patch by Helen Kwong.Rajith Muditha Attapattu2013-05-231-0/+95
* QPID-3838 If stric-jms flag is used qpid.subject is prefixed with "JMS_"Rajith Muditha Attapattu2013-05-091-3/+36
* QPID-3769 Modified the equals and hashcode methods in AMQTopic to fallRajith Muditha Attapattu2013-04-011-3/+19
* QPID-3769 Addressed concerns raised by Alex. Expanded the tests toRajith Muditha Attapattu2013-03-261-2/+6
* QPID-3769 Modified the hashcode impl to match equals. Added a test caseRajith Muditha Attapattu2013-03-131-0/+46
* QPID-3396 Changed the test cases to relect that username and passwordRajith Muditha Attapattu2013-03-061-4/+2
* QPID-4312: reduce visibility and narrow argument type for new check methods, ...Robert Gemmell2013-02-052-5/+72
* QPID-4312 : [Java Client] add option for verification of queue existence duri...Robert Godfrey2013-02-041-1/+0
* QPID-4541 Added the ability to turn off replay at the time the sessionRajith Muditha Attapattu2013-01-251-1/+1
* QPID-4513: improve client handling of discovery that its SASL Provider has al...Robert Gemmell2012-12-201-0/+140
* QPID-4377: add missing licence headers to various files in the Java treeRobert Gemmell2012-12-111-0/+20
* QPID-4468: restore connection level ssl option to provide compatibility with ...Robert Gemmell2012-11-252-1/+50
* QPID-3317 Modified the code to implement correct behavior for linkRajith Muditha Attapattu2012-10-121-0/+126
* QPID-4352: Java client logs key_store_password/trust_store_password at debugKeith Wall2012-09-292-44/+52
* QPID-3906 Fixed an error with the default. Added unit tests for testingRajith Muditha Attapattu2012-09-282-2/+29
* QPID-3906 Switched the default to legacy stream message format.Rajith Muditha Attapattu2012-09-281-0/+153
* QPID-4302: 0-8..0-9-1 client should sync after message.acknowledge()Keith Wall2012-09-131-8/+0
* QPID-4261: extend BindingURLs to allow specifying exchange durable/autodelete...Robert Gemmell2012-09-014-7/+127
* QPID-4051: use the connecttimeout option value from the BrokerDetails object ...Robert Gemmell2012-08-121-0/+24
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-021-1/+1
* QPID-4023: restore connection URL setter, add check that URL details have bee...Robert Gemmell2012-05-281-2/+18
* 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-131-0/+27
* QPID-3791: PropertiesFileInitialContextFactory cannot open file URLWeston M. Price2012-05-031-19/+0
* QPID-3971: PropertiesFileInitialContextFactory cannot open file URLWeston M. Price2012-05-033-19/+72
* QPID-792 : [Java Client] Validate queue browser selector on client side, not ...Robert Godfrey2012-02-271-1/+1
* QPID-2660 : AMQMessageDelegate_0_10 uses Byte.valueOf() when converting Strin...Robert Godfrey2012-02-201-0/+45
* QPID-3831: use AcquireMode=PRE_ACQUIRED when using server-side selectors and ...Robert Gemmell2012-02-132-3/+2