|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activemq.store.jdbc.adapter.DefaultJDBCAdapter
org.activemq.store.jdbc.adapter.StreamJDBCAdapter
org.activemq.store.jdbc.adapter.AxionJDBCAdapter
Axion specific Adapter. Axion does not seem to support ALTER statments or Subselects. 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 acknowleged by all consumers.
Nested Class Summary |
Nested classes inherited from class org.activemq.store.jdbc.JDBCAdapter |
JDBCAdapter.MessageListResultHandler |
Field Summary |
Fields inherited from class org.activemq.store.jdbc.adapter.DefaultJDBCAdapter |
sequenceGenerator, statementProvider |
Constructor Summary | |
AxionJDBCAdapter()
|
|
AxionJDBCAdapter(StatementProvider provider)
|
Method Summary | |
static StatementProvider |
createStatementProvider()
|
Methods inherited from class org.activemq.store.jdbc.adapter.StreamJDBCAdapter |
getBinaryData, setBinaryData |
Methods inherited from class org.activemq.store.jdbc.adapter.DefaultJDBCAdapter |
doAddMessage, doAddXid, doCreateTables, doDeleteOldMessages, doDeleteSubscription, doDropTables, doGetMessage, doGetSubscriberEntry, doLoadPreparedTransactions, doRecover, doRecoverSubscription, doRemoveAllMessages, doRemoveMessage, doRemoveXid, doSetLastAck, doSetSubscriberEntry, getMessageSequenceId, getSequenceGenerator, initSequenceGenerator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AxionJDBCAdapter()
public AxionJDBCAdapter(StatementProvider provider)
Method Detail |
public static StatementProvider createStatementProvider()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |