Package | Description |
---|---|
org.apache.activemq.store.jdbc |
Message persistence implemented using JDBC
|
org.apache.activemq.store.jdbc.adapter |
Implements database/driver apapters to compensate for the
wide differences in the BLOB handing of JDBC drivers.
|
org.apache.activemq.store.journal |
Message persistence using a high performance transaction log via the Journal interface.
|
Modifier and Type | Field and Description |
---|---|
protected JDBCAdapter |
JDBCMessageStore.adapter |
Modifier and Type | Method and Description |
---|---|
protected JDBCAdapter |
JDBCPersistenceAdapter.createAdapter() |
JDBCAdapter |
JDBCPersistenceAdapter.getAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
JDBCPersistenceAdapter.setAdapter(JDBCAdapter adapter) |
Constructor and Description |
---|
JDBCMessageStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
org.apache.activemq.wireformat.WireFormat wireFormat,
org.apache.activemq.command.ActiveMQDestination destination,
org.apache.activemq.ActiveMQMessageAudit audit) |
JDBCTopicMessageStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
org.apache.activemq.wireformat.WireFormat wireFormat,
org.apache.activemq.command.ActiveMQTopic topic,
org.apache.activemq.ActiveMQMessageAudit audit) |
Modifier and Type | Class and Description |
---|---|
class |
AxionJDBCAdapter
Axion specific Adapter.
|
class |
BlobJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob()
operations.
|
class |
BytesJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the
setBytes()/getBytes() operations.
|
class |
DB2JDBCAdapter |
class |
DefaultJDBCAdapter
Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.
|
class |
HsqldbJDBCAdapter |
class |
ImageBasedJDBCAdaptor
Provides JDBCAdapter since that uses
IMAGE datatype to hold binary data.
|
class |
InformixJDBCAdapter
JDBC Adapter for Informix database.
|
class |
MaxDBJDBCAdapter
JDBC Adapter for the MaxDB database.
|
class |
MySqlJDBCAdapter |
class |
OracleBlobJDBCAdapter
Implements all the default JDBC operations that are used
by the JDBCPersistenceAdapter.
|
class |
OracleJDBCAdapter
Implements all the default JDBC operations that are used
by the JDBCPersistenceAdapter.
|
class |
PostgresqlJDBCAdapter
Implements all the default JDBC operations that are used
by the JDBCPersistenceAdapter.
|
class |
StreamJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the
setBinaryStream()/getBinaryStream() operations.
|
class |
SybaseJDBCAdapter
A JDBC Adapter for Sybase databases
|
class |
TransactJDBCAdapter
A JDBC Adapter for Transact-SQL based databases such as SQL Server or Sybase
|
Modifier and Type | Method and Description |
---|---|
JDBCAdapter |
JournalPersistenceAdapterFactory.getAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
JournalPersistenceAdapterFactory.setAdapter(JDBCAdapter adapter) |
Copyright © 2005–2019 FuseSource, Corp.. All rights reserved.