public class PropertySQLProviderFactory extends Object implements org.apache.activemq.artemis.jdbc.store.sql.SQLProvider.Factory
SQLProvider's factory.
Properties are stored in a journal-sql.properties in the org.wildfly.extension.messaging-activemq JBoss module.
Dialects specific to a database can be customized by suffixing the property keys with the name of the database.| Constructor and Description |
|---|
PropertySQLProviderFactory(String database) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.artemis.jdbc.store.sql.SQLProvider |
create(String tableName,
org.apache.activemq.artemis.jdbc.store.sql.SQLProvider.DatabaseStoreType storeType) |
void |
investigateDialect(DataSource dataSource) |
public PropertySQLProviderFactory(String database) throws IOException
IOExceptionpublic org.apache.activemq.artemis.jdbc.store.sql.SQLProvider create(String tableName, org.apache.activemq.artemis.jdbc.store.sql.SQLProvider.DatabaseStoreType storeType)
create in interface org.apache.activemq.artemis.jdbc.store.sql.SQLProvider.Factorypublic void investigateDialect(DataSource dataSource)
Copyright © 2018 JBoss by Red Hat. All rights reserved.