public class BallerinaJMSMessage extends Object
Message flows through Ballerina.| Constructor and Description |
|---|
BallerinaJMSMessage(javax.jms.Message jmsMessage)
Constructor, must have the respective
Message needs to be wrapped. |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Message |
getJmsMessage() |
String |
getReplyDestinationName()
Get the name of the reply destination.
|
void |
setReplyDestinationName(String replyDestinationName)
Reply destination is saved here while message flowing through Ballerina.
|
public BallerinaJMSMessage(javax.jms.Message jmsMessage)
Message needs to be wrapped.jmsMessage - Message needs to be wrapped.public javax.jms.Message getJmsMessage()
Message.public String getReplyDestinationName()
public void setReplyDestinationName(String replyDestinationName)
replyDestinationName - name of the reply destinationCopyright © 2018 WSO2. All rights reserved.