summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/jdbc-store/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-6457 : [Java Broker] Make asynchronous commits occur on executor threadsRobert Godfrey2015-03-171-0/+1
* QPID-2836 : [Java Broker] Use slf4j facade for logging in the Java BrokerRobert Godfrey2015-03-122-4/+6
* merge from trunkKeith Wall2015-03-036-18/+42
* Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-191-2/+2
* QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-271-1/+10
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-071-3/+4
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-082-0/+14
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-2/+4
* QPID-6093: Add UI to set context variablesAlex Rudyy2014-09-117-24/+9
* QPID-6006: [Java Broker] UI to expose attribute defaults during create and ed...Keith Wall2014-08-161-5/+5
* QPID-5972: [Java Broker] Web UI to edit actual attribute values rather than e...Keith Wall2014-08-078-18/+20
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html inli...Andrew MacBean2014-08-045-25/+25
* QPID-5928: [Java Broker] Add UI into web management console for editing of vi...Alex Rudyy2014-08-017-8/+366
* QPID-5954: [Java Broker] Fix UnsupportedOperationException thrown from Generi...Alex Rudyy2014-08-012-2/+4
* QPID-5928: [Java Broker] Further enhancements and feedback changes forAndrew MacBean2014-07-304-14/+3
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-293-3/+3
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html inli...Andrew MacBean2014-07-293-24/+24
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-283-10/+95
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-264-6/+148
* QPID-5928: [Java Broker] Implement or update virtualhostnode & virtualhostAndrew MacBean2014-07-257-77/+122
* QPID-5413: [Java Broker] Add virtualhostnode/virtualhost creation dialogueKeith Wall2014-07-168-122/+210
* QPID-5821: [Java Broker] Make JDBC username and password separate attributes ...Andrew MacBean2014-06-269-14/+147
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-269-55/+135
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-185-211/+244
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations - ...Keith Wall2014-06-181-3/+3
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations to...Keith Wall2014-06-187-526/+824
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-131-20/+2
* QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virt...Keith Wall2014-06-071-1/+3
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-072-90/+4
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-061-0/+68
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-061-0/+5
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-062-3/+89
* QPID-5413: Add UI for creation of virtual host nodesAlex Rudyy2014-05-132-0/+148
* QPID-5413: Add functionality to close the deleted tab of virtual host node.Alex Rudyy2014-05-081-1/+3
* QPID-5413: Add virtual host node UI to view the details about existing virtua...Alex Rudyy2014-05-077-6/+111
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-021-7/+7
* QPID-5744: Change web management console to call management REST API under /a...Alex Rudyy2014-05-021-1/+1
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-288-125/+8
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-216-8/+224
* QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-041-6/+0
* NO-JIRA: Make the MessageStore and DurableConfigurationStore stateless. This...Keith Wall2014-03-281-5/+5
* Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-251-12/+15
* QPID-5624: Introduce configurationStoreSettings VH attributesKeith Wall2014-03-174-81/+42
* QPID-5624: Introduce messageStoreSettings VH attribute and move all message s...Keith Wall2014-03-143-21/+39
* QPID-5624: Remove MessageStoreCreator and finish some virtual host refactoringKeith Wall2014-03-131-0/+1
* QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-121-24/+0
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-141-2/+2
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-141-6/+6
* NO-JIRA: Add missing licences to some Java Broker Management .html files (ide...Keith Wall2013-12-162-0/+33
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-203-11/+65