public class TransactedSessionCallback extends JMSCallback
| Constructor and Description |
|---|
TransactedSessionCallback(javax.jms.Session session)
Creates a call back for the transacted session.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAcknowledgementMode()
Get acknowledgement mode of this JMSCallback.
|
void |
updateTransactionStatus()
Update the status of the transaction to the side of the JMS transport by reading the status provided by the
Ballerina.
|
commitSession, done, isOperationComplete, isSuccess, recoverSession, rollbackSession, waitForProcessingpublic TransactedSessionCallback(javax.jms.Session session)
session - JMS Session connected with this callback.public int getAcknowledgementMode()
JMSCallbackgetAcknowledgementMode in class JMSCallbackpublic void updateTransactionStatus()
Copyright © 2019 WSO2. All rights reserved.