|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MemoryTransactionStore | |
|---|---|
| org.apache.activemq.store.jdbc | Message persistence implemented using JDBC |
| Uses of MemoryTransactionStore in org.apache.activemq.store.jdbc |
|---|
| Subclasses of MemoryTransactionStore in org.apache.activemq.store.jdbc | |
|---|---|
class |
JdbcMemoryTransactionStore
respect 2pc prepare uses local transactions to maintain prepared state xid column provides transaction flag for additions and removals a commit clears that context and completes the work a rollback clears the flag and removes the additions Essentially a prepare is an insert &| update transaction commit|rollback is an update &| remove |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||