128129130131132133134
} /** Sets this channel to be part of a local transaction */ public void setLocalTransactional() { _txnContext = new LocalTransactionalContext(this); }
140141142143144145146
133134135136137138139
} /** Sets this channel to be part of a local transaction */ public void setLocalTransactional() { _txnContext = new LocalTransactionalContext(_messageStore, _storeContext, _returnMessages); }
132133134135136137138
138139140141142143144