c33f29631f
* add DataSource property to DatabaseStorageConfiguration to be able to communicate with the data store using this DataSource instance instead of relying on the creation the SQL connnection using the JDBC connection URL/driver class name tuple. * add SQLProvider.Factory property to DatabaseStorageConfiguration to externalize the choice of the SQLProvider instead of relying on hard-coded choices. If the property is null, the current behaviour will be used (determing the SQLProvider based on the driver class name) * bindingsJournal and messageJournal are already started in the start() method. Remove redundant calls that were creating unused JDBC connections that are never closed. JIRA: https://issues.apache.org/jira/browse/ARTEMIS-714 |
||
---|---|---|
.. | ||
src | ||
pom.xml |