|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.store.jdbc.adapter.DefaultJDBCAdapter
org.apache.activemq.store.jdbc.adapter.StreamJDBCAdapter
org.apache.activemq.store.jdbc.adapter.AxionJDBCAdapter
public class AxionJDBCAdapter
Axion specific Adapter. Axion does not seem to support ALTER statements or sub-selects. This means: - We cannot auto upgrade the schema was we roll out new versions of ActiveMQ - We cannot delete durable sub messages that have be acknowledged by all consumers.
| Field Summary |
|---|
| Fields inherited from class org.apache.activemq.store.jdbc.adapter.DefaultJDBCAdapter |
|---|
batchStatments, cleanupExclusiveLock, MAX_ROWS, maxRows, prioritizedMessages, statements |
| Constructor Summary | |
|---|---|
AxionJDBCAdapter()
|
|
| Method Summary | |
|---|---|
void |
setStatements(Statements statements)
|
| Methods inherited from class org.apache.activemq.store.jdbc.adapter.StreamJDBCAdapter |
|---|
getBinaryData, setBinaryData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AxionJDBCAdapter()
| Method Detail |
|---|
public void setStatements(Statements statements)
setStatements in interface JDBCAdaptersetStatements in class DefaultJDBCAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||