summaryrefslogtreecommitdiff
path: root/java/bdbstore
Commit message (Expand)AuthorAgeFilesLines
* Initial change to separate virtual hosts into typesRobert Godfrey2013-06-179-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
* NO-JIRA: remove version from backup script, the referenced jar is now in the ...Robert Gemmell2012-11-201-4/+1
* QPID-4377: Update trunk versions to 0.21Justin Ross2012-11-191-1/+1
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-123-24/+2
* QPID-4284: Remove system test dependencies on development and localhost virtu...Keith Wall2012-09-172-2/+2
* QPID-4056: HAClusterManagementTest.testRemoveNodeFromGroup fails occasionally...Keith Wall2012-09-141-6/+26
* QPID-4289: Fix 0-8/0-9/0-9-1 failover issuesRobert Gemmell2012-09-102-2/+6
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-291-149/+1
* QPID-4164: only keep a hard reference to the meta data if it has yet to be pe...Robert Gemmell2012-07-271-1/+4
* QPID-4164: Prevent the erroneous re-storing of recovered messages during move...Keith Wall2012-07-251-27/+18
* QPID-4111: Move trunk version numbers to 0.19Justin Ross2012-07-091-1/+1
* QPID-3923, QPID-3998: split out the IDs used for QMF (which have a different ...Robert Gemmell2012-07-081-5/+5
* QPID-3998, QPID-3999, QPID-4093: rename new pluginsRobert Gemmell2012-07-083-4/+4
* QPID-4093: [Java Broker] Prevent new queues and exchanges from being created ...Keith Wall2012-07-061-3/+41
* QPID-4112: Virtualhosts recover exchanges before queuesKeith Wall2012-07-061-6/+7
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-023-2/+43
* QPID-3923: remove deprecated test-only AMQQueueFactory method and update test...Robert Gemmell2012-07-012-4/+4
* QPID-3923: update ID generation to be consistent across all queues/exchanges/...Robert Gemmell2012-07-012-27/+47
* QPID-4098: update POM generation for the plugins to mark the dependencies as ...Robert Gemmell2012-06-291-0/+1
* QPID-4098: generate maven release artifacts for the broker pluginsRobert Gemmell2012-06-291-1/+2
* QPID-4093: work around ancient versions of Ant lacking 'erroronmissingdir' in...Robert Gemmell2012-06-281-0/+0
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-2821-99/+336
* QPID-4080: close initial connections after use rather than allowing them to f...Robert Gemmell2012-06-281-8/+7
* QPID-4080: restore connectdelay to previous value and increase retriesRobert Gemmell2012-06-251-2/+2
* QPID-4080: [Java Broker] HA - Increase client connectdelay to allow test to b...Keith Wall2012-06-211-1/+1
* QPID-4052: [Java Broker] Increase the number of retries that the client will ...Keith Wall2012-06-151-1/+1
* QPID-4006: Decrease 'je.rep.logFlushTaskInterval' interval to 1 minute in ord...Keith Wall2012-06-071-0/+5
* QPID-4006: Introduce coalescing sync configuration, rename replication policy...Keith Wall2012-06-026-80/+80
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-291-0/+73
* QPID-4006: [Java Broker] BDB HA.Keith Wall2012-05-2511-61/+225
* QPID-4006: Remove BDB StateChangeListener during Environment#close() to avoid...Keith Wall2012-05-241-73/+108
* QPID-4006: BDB HA. Make passivation async to avoid holding up the BDB thread....Keith Wall2012-05-224-157/+122
* QPID-4006: Fix failing HA tests due to spaces in filenames on Apache CI serversKeith Wall2012-05-183-9/+3
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-1718-342/+2833
* QPID-3996 : [Java Broker] update BDB depency to latest versionRobert Godfrey2012-05-151-5/+1
* QPID-3994: add ability to specify -Doptional=true to enable all optional modu...Robert Gemmell2012-05-141-0/+1