summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5875: Exclude test VirtualHostRestTest.testPutCreateVirtualHostUsingProf...Alex Rudyy2014-07-041-0/+1
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-0419-28/+874
* QPID-5853: Fix quote character location in broker commandAlex Rudyy2014-06-301-1/+1
* QPID-5853: Fix quote character location in broker command for WindowsAlex Rudyy2014-06-271-1/+1
* QPID-5857: Strengthen test ConsumerLoggingTest.testSubscriptionCreateQueueBro...Alex Rudyy2014-06-271-1/+1
* NO-JIRA: Updated java/README.txt with instructions to run examples.Alan Conway2014-06-261-0/+10
* QPID-5048: add pom to build the AMQP 0-x JMS client examplesRobert Gemmell2014-06-262-0/+67
* QPID-5853: Use quotes in broker command line provided by maven profile in ord...Alex Rudyy2014-06-263-14/+64
* NO-JIRA: [Java Tests] BDB tests - prevent sporadic test failure from quorum o...Andrew MacBean2014-06-261-38/+36
* QPID-5821: [Java Broker] Make JDBC username and password separate attributes ...Andrew MacBean2014-06-2613-51/+187
* QPID-5821: Remove unused settings interface incorrectly committedAndrew MacBean2014-06-268-36/+13
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-2686-613/+1004
* QPID-5851: [Java Broker] Introduce new test profiles for JSON configuration s...Alex Rudyy2014-06-269-41/+137
* NO-JIRA: Added README.txt to java directory.Alan Conway2014-06-251-0/+24
* NO-JIRA: [Java Broker Tests] Add test checking the ability to delete (i.e. cl...Keith Wall2014-06-251-0/+26
* QPID-5846: Fix NPE in org.apache.qpid.server.virtualhost.berkeleydb.BDBHAVirt...Alex Rudyy2014-06-251-1/+1
* QPID-5792: add null check to avoid NPE during Destination decodingRobert Gemmell2014-06-241-4/+7
* QPID-5834: [Java Broker] Move validation that prevents to deletion of default...Keith Wall2014-06-247-674/+147
* QPID-5715: Set BDB message store durability only once on opening of virtual h...Alex Rudyy2014-06-2312-276/+140
* NO-JIRA: added test exludes for transient profiles where the tests assume VH ...Andrew MacBean2014-06-231-0/+3
* QPID-5803: [Java Broker] Add a utilised flag to the VHN context after the blu...Keith Wall2014-06-202-33/+160
* QPID-5800: [Java Broker] Defect - prevent JDBC upgrader on throwing exception...Keith Wall2014-06-191-1/+1
* QPID-5819: Make JsonFileConfigStore#close idempotent, like other DCS implemen...Keith Wall2014-06-192-12/+24
* QPID-5825: Changes to address some review comments for initial commitAndrew MacBean2014-06-196-54/+163
* QPID-5800: [Java Broker] Refactor BDB message store implementation to separat...Keith Wall2014-06-197-1200/+1507
* QPID-5831: Unexpected internal exception when closing JE Replicated environmentAndrew MacBean2014-06-191-2/+22
* QPID-5825: Broker tries to downgrade to the wrong amqp protocol versionAndrew MacBean2014-06-195-1/+252
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-1829-348/+638
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations - ...Keith Wall2014-06-183-9/+10
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations to...Keith Wall2014-06-1820-2031/+2770
* QPID-5785: [Java Broker] Fix NPE when a topic exchange is closed after a mess...Keith Wall2014-06-172-42/+185
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-139-160/+35
* QPID-5801: [Java Broker] BDB HA - ensure that replication exceptions when rea...Keith Wall2014-06-131-4/+21
* NO-JIRA: [Java Broker Test] Derby tests profile should exclude BDB replicatio...Keith Wall2014-06-131-0/+1
* QPID-5800: [Java Broker] Refactor BDBConfigurationStore, move methods/fields ...Keith Wall2014-06-131-51/+63
* QPID-5721: Improve exception message used when String operand cannot be inter...Keith Wall2014-06-123-44/+224
* QPID-5811: logging to assist investigation of test failuremacbean2014-06-101-1/+7
* QPID-5715: Move coalescing commiters into environment facades. Flush logs for...Alex Rudyy2014-06-0911-182/+139
* QPID-5801: [Java Broker] BDB: Cache the sequence handler used for message seq...Keith Wall2014-06-094-33/+146
* QPID-5801: [Java Broker] BDB: Simply restore algorithm to efficiently calcula...Keith Wall2014-06-091-13/+36
* QPID-5715: Close committer on message store closeAlex Rudyy2014-06-092-2/+4
* QPID-5715: Unregister children MBeans on Virtual Host Node stopAlex Rudyy2014-06-093-13/+66
* QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virt...Keith Wall2014-06-0719-139/+147
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-0726-719/+36
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-0632-255/+555
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-0628-505/+374
* QPID-5802: [Java Broker] Temporarily remove the slow message store and quota ...Keith Wall2014-06-068-1193/+0
* QPID-5800: [Java Broker] Add DurableConfigurationStore#onDelete method to all...Keith Wall2014-06-0610-31/+79
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-0642-2328/+2639
* QPID-5715: Fix various issues with configuration upgrader to model 2 and stor...Alex Rudyy2014-06-068-249/+513