| Package | Description |
|---|---|
| org.apache.activemq.store.jdbc |
Message persistence implemented using JDBC
|
| Modifier and Type | Class and Description |
|---|---|
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
|
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.