summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-041-1/+1
* QPID-5821: [Java Broker] Make JDBC username and password separate attributes ...Andrew MacBean2014-06-2612-31/+184
* QPID-5821: Remove unused settings interface incorrectly committedAndrew MacBean2014-06-262-2/+3
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-2623-199/+408
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-188-214/+350
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations - ...Keith Wall2014-06-182-8/+8
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations to...Keith Wall2014-06-1817-990/+1585
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-133-59/+6
* QPID-5715: Unregister children MBeans on Virtual Host Node stopAlex Rudyy2014-06-091-7/+41
* QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virt...Keith Wall2014-06-073-3/+8
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-078-249/+14
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-066-12/+229
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-062-0/+10
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-0613-101/+230
* QPID-5795: [Java Broker] Prevent ConnectionAdapter leak when closing a messag...Keith Wall2014-05-302-5/+0
* QPID-5413: [Java Broker-Web Management] Allow stopping and starting of virtua...Alex Rudyy2014-05-292-6/+57
* QPID-5413: [Java Broker-Web Management] Allow stopping and starting of virtua...Alex Rudyy2014-05-294-46/+260
* QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNew...Keith Wall2014-05-232-19/+15
* QPID-5771: ensure the closed event is passed to the listener even if closing ...Robert Gemmell2014-05-221-4/+9
* QPID-5779: [Java Broker] JMX plugin Remove debug logging from socket factoriesKeith Wall2014-05-222-51/+1
* QPID-5779: Workaround sporadic test failure.Keith Wall2014-05-212-2/+2
* QPID-5779: Add more logging to help understand sporadic test failure.Keith Wall2014-05-213-3/+51
* QPID-5779: [Java Broker] JMX plugin's server sockets should set the SO_REUSEA...Keith Wall2014-05-213-9/+12
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-2115-542/+0
* QPID-5779: [Java Broker] JMX plugin's server sockets should set the SO_REUSEA...Keith Wall2014-05-214-22/+101
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-202-4/+4
* QPID-5413: Improve virtual host node and virtual host UIAlex Rudyy2014-05-163-10/+18
* QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.Keith Wall2014-05-163-36/+16
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-152-140/+222
* QPID-5744: Add support for REST URIs containing the major version in addition...Alex Rudyy2014-05-131-0/+1
* QPID-5413: Add UI for creation of virtual host nodesAlex Rudyy2014-05-1314-280/+692
* QPID-5574 : [Java Broker] remove redundant state transitionsRobert Godfrey2014-05-093-22/+1
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-091-25/+38
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-0811-131/+151
* QPID-5413: Add functionality to close the deleted tab of virtual host node.Alex Rudyy2014-05-085-10/+23
* QPID-5413: Add virtual host node UI to view the details about existing virtua...Alex Rudyy2014-05-0718-31/+533
* QPID-5744: Fix REST URL in 'Add Exchange UI' of web management consoleAlex Rudyy2014-05-052-4/+6
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-0210-24/+24
* QPID-5744: Change web management console to call management REST API under /a...Alex Rudyy2014-05-0246-554/+225
* QPID-5744: Move management REST API under /api/latest and auxiliary REST serv...Alex Rudyy2014-05-021-13/+14
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-301-0/+2
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-3017-265/+138
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-2915-18/+16
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-283-6/+6
* QPID-5665 : Address review comments from Alex RudyyRobert Godfrey2014-04-282-6/+76
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-28101-1000/+246
* QPID-5723: fix compilation under JDK 8 (somehow..?)Robert Gemmell2014-04-261-1/+2
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-251-2/+1
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-252-10/+10
* QPID-5578 : Remove unusued contants and tidy up other codeRobert Godfrey2014-04-241-114/+114