public class AcknowledgementCallback extends JMSCallback
| Constructor and Description |
|---|
AcknowledgementCallback(javax.jms.Session session,
javax.jms.Message message)
Creates a acknowledgement call back to acknowledge or recover messages in client acknowledgement mode.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAcknowledgementMode()
Get acknowledgement mode of this JMSCallback.
|
void |
updateAcknowledgementStatus()
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 AcknowledgementCallback(javax.jms.Session session,
javax.jms.Message message)
session - Session JMS session related with this callback.message - Message JMS message related with this callback.public int getAcknowledgementMode()
JMSCallbackgetAcknowledgementMode in class JMSCallbackpublic void updateAcknowledgementStatus()
Copyright © 2019 WSO2. All rights reserved.