summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | QPID-5928: [Java Broker] Implement or update virtualhostnode & virtualhostAndrew MacBean2014-07-2530-265/+984
* | QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-2517-77/+83
* | QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-248-75/+81
* | QPID-5913: [Java Broker] Remove explict dependency on Crypto-JSKeith Wall2014-07-237-12/+53
* | QPID-5776 : Clean up sessions and links on AMQP 1.0 connection closingRobert Godfrey2014-07-212-0/+13
* | QPID-5413: [Java Broker] BDB HA VHN/VH UI text changes and improved JS valida...Andrew MacBean2014-07-212-0/+4
* | QPID-5413: [Java Broker] BDB HA VHN/VH UIKeith Wall2014-07-212-7/+20
* | QPID-5413: [Java Broker] Add VHN/VH creation dialog for BDB HA.Keith Wall2014-07-172-14/+70
* | QPID-5413: [Java Broker] Add virtualhostnode/virtualhost creation dialogueKeith Wall2014-07-1630-604/+925
* | QPID-5878 : [Java Broker] Add SCRAM-SHA-256 SASL supportRobert Godfrey2014-07-062-12/+26
* | QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-041-0/+7
* | 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