summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-5710 : [Java Broker] Remove AMQQueueFactory and QueueRegistryRobert Godfrey2014-04-171-1/+0
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-172-7/+13
* QPID-5685: Store configuration version as an attribute of virtualhost within ...Keith Wall2014-04-145-109/+455
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-121-1/+2
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-091-2/+2
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-077-190/+78
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-046-25/+134
* QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-046-360/+690
* QPID-5653: Open databases and upgrade on opening of configuration/message storesAlex Rudyy2014-03-3110-70/+159
* NO-JIRA: Make the MessageStore and DurableConfigurationStore stateless. This...Keith Wall2014-03-282-254/+206
* NO-JIRA: Merge changes from trunk.Keith Wall2014-03-2518-148/+656
|\
| * QPID-5615 : [Java Broker] update the durable configuration store interface to...Robert Godfrey2014-03-2320-138/+607
* | Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-257-197/+142
* | NO-JIRA: Merged changes from trunk with command:Keith Wall2014-03-182-7/+33
|\ \ | |/
| * QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-122-6/+33
* | QPID-5624: Introduce configurationStoreSettings VH attributesKeith Wall2014-03-172-16/+24
* | QPID-5624: Introduce messageStoreSettings VH attribute and move all message s...Keith Wall2014-03-148-71/+125
* | QPID-5624: Test fixKeith Wall2014-03-131-6/+0
* | QPID-5410: Part of REF refactoring - the ommitted state transition. Also refa...Keith Wall2014-03-131-32/+63
* | QPID-5624: Remove MessageStoreCreator and finish some virtual host refactoringKeith Wall2014-03-133-46/+2
* | QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-124-197/+39
* | QPID-5410: [Java Broker/BDB]. Introduce a thin facade (EnvironmentFacade) bet...Keith Wall2014-03-1224-2784/+4550
|/
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-081-4/+2
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-082-4/+6
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-16/+20
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-241-2/+0
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-172-1/+2
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-1411-209/+130
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-1416-200/+179
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-073-4/+16
* NO-JIRA : fix spelling error/typo in name of Enque(ue)ableMessageRobert Godfrey2014-01-232-6/+6
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-221-2/+1
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-221-3/+6
* QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-171-14/+22
* QPID-5211: [Java Broker] Prevent spurious 'No valid transition from state CLO...Keith Wall2014-01-061-3/+11
* NO-JIRA: Add missing licences to some Java Broker Management .html files (ide...Keith Wall2013-12-162-0/+32
* QPID-5162: move the bdbstore-specific systests to their own moduleRobert Gemmell2013-09-237-2173/+3
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-212-11/+13
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-207-36/+115
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-184-9/+17
* QPID-5073 : [Java Broker] Refactor DurableConfigurationStore recovery to allo...Robert Godfrey2013-08-152-9/+36
* QPID-5038: [Java Broker Tests] Fix leak from message store testsKeith Wall2013-08-044-21/+31
* QPID-5012: use the constant to make the hard-dependency on 5.0.84+ clear at c...Robert Gemmell2013-07-291-1/+1
* QPID-5012: [Java Broker] Turn off BDB JE stats generation feature (on by defa...Keith Wall2013-07-241-0/+1
* QPID-5009 : Update broker store to revision 7Robert Godfrey2013-07-195-9/+205
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-181-0/+7
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-181-24/+98
* QPID-4998 : [Java Broker] Add ability to set durability, sync policy on creat...Robert Godfrey2013-07-171-1/+38
* QPID-4659 : [Java Broker] make message meta data pluggable for different prot...Robert Godfrey2013-07-152-8/+9
* QPID-4659 : [Java Broker] preliminary refactoring in preparation for pluggabl...Robert Godfrey2013-07-142-3/+3