summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore
Commit message (Expand)AuthorAgeFilesLines
* QPID-5336: Don't hardcode location of bash in shell scriptsAndrew Stitcher2013-11-141-1/+1
* QPID-5222: Update optional BDB store to use version 5.0.97 of BDB JEKeith Wall2013-10-121-1/+1
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ...Robert Gemmell2013-10-063-3/+0
* QPID-5161: Use case-insensitive path comparing on Windows OS when evaluating ...Alex Rudyy2013-10-031-1/+1
* QPID-5048: add pluginManagement section to the qpid parent, to override apach...Robert Gemmell2013-09-303-46/+3
* QPID-5048: move extraction of the broker release binary for system testing us...Robert Gemmell2013-09-241-1/+1
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-233-0/+413
* QPID-5164: remove use of qpid-all.jar from scripts, use classpath wildcard ex...Robert Gemmell2013-09-231-1/+1
* QPID-5162: move the bdbstore-specific systests to their own moduleRobert Gemmell2013-09-2310-22/+91
* QPID-5160: add a qpid-test-utils module instead of making every modules tests...Robert Gemmell2013-09-232-2/+2
* QPID-5159: fixups after previous directory rename of broker to broker-coreRobert Gemmell2013-09-232-6/+6
* 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-5074: update broker binary release tar process to handle plugins with de...Robert Gemmell2013-08-162-0/+12
* 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] fix bdbstore dependencies on pluggable protocolsRobert Godfrey2013-07-161-2/+2
* QPID-4659 : [Java Broker] move amqp 0-8 implementation into a pluginRobert Godfrey2013-07-161-3/+3
* QPID-4659 : [Java Broker] move amqp 0-10 implementation into a pluginRobert Godfrey2013-07-151-1/+1
* 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
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-133-5/+4
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-102-8/+20
* QPID-4980 : [Java Broker] add connection pool attributes to http managementRobert Godfrey2013-07-053-2/+8
* QPID-4980 : [Java Broker] In HTTP Management make (standard) virtual host sto...Robert Godfrey2013-07-053-0/+77
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStore interface to be ...Robert Godfrey2013-07-051-1/+1
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStoreRobert Godfrey2013-07-023-138/+71
* QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost object...Robert Godfrey2013-07-019-75/+262
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-199-4/+431
* QPID-4832 : Exclude the default exchange in the bdb store upgrade from 5 to 6Robert Godfrey2013-05-121-2/+2
* QPID-4778: Introduce additional states for configured objects: ERRORED and RE...Alex Rudyy2013-04-301-2/+2
* QPID-4639: Improve functionality to delete store on virtual host deletionAlex Rudyy2013-04-292-0/+39
* QPID-4645: add the broker-plugins and bdbstore moudles as optional dependenci...Robert Gemmell2013-03-111-0/+1
* QPID-4390: move the store factory interface beside the other plugin factory i...Robert Gemmell2013-03-102-1/+1
* QPID-4390: remove the BDB-HA store factory to remove it from the types usable...Robert Gemmell2013-03-103-44/+1
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-1915-98/+232
* QPID-4550 : AMQP 1.0 Persistent Messages cause failure on restartRobert Godfrey2013-01-251-1/+2
* QPID-4515: improved broker logging, particularly when receiving/sending AMQP ...Phil Harvey2012-12-202-9/+38
* QPID-4377: add missing licence headers to various files in the Java treeRobert Gemmell2012-12-111-0/+18
* QPID-4441: add system test verification of the priority queue and queue with ...Robert Gemmell2012-11-291-0/+111
* QPID-4474: quote the name within the JMX ObjectName for the BDBHAMessageStore...Robert Gemmell2012-11-264-4/+8
* QPID-4456: ensure the broker plugins get packaged in the release binary and a...Robert Gemmell2012-11-211-0/+2
* QPID-4441: Improve BDB store upgrade tests to cover the upgrade of configurat...Alex Rudyy2012-11-218-43/+152