summaryrefslogtreecommitdiff
path: root/java/client/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-3440: add test to verify issue by ensuring that the reply-to Destination...Robert Gemmell2012-02-131-0/+63
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-022-1/+3
* QPID-3784: move the system property key into ClientPropertiesRobert Gemmell2012-02-021-1/+2
* QPID-3784: introduce system property to run a dispatcher thread as damon/non-...Robert Gemmell2012-02-021-0/+66
* QPID-3790: Add a method AMQSession.getQueueDepth(AMQDestionation, boolean) to...Robert Gemmell2012-02-011-3/+24
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-275-14/+14
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-2725-184/+111
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-031-7/+1
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-282-14/+12
* QPID-3662: Only display connection options once in toString of URLAndrew Donald Kennedy2011-12-061-0/+28
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-285-11/+282
* QPID-2703: 0-10 Transaction rollback/recover does not restore consumer creditKeith Wall2011-11-171-23/+0
* QPID-3610: set TCP_NODELAY to true by default, add new system property for ch...Robert Gemmell2011-11-111-10/+21
* QPID-3519: refactor consumer argument handlingKeith Wall2011-11-091-9/+8
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-092-3/+10
* QPID-2848: refactored message consumer: pre-aquire, capacity decisions are mo...Keith Wall2011-11-072-1/+110
* QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall...Robert Gemmell2011-10-061-1/+6
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-282-10/+17
* QPID-3444: issue an invalid argument execution exception if the exchange name...Robert Gemmell2011-09-251-1/+1
* QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr...Keith Wall2011-09-191-0/+185