public interface JmsAttributes
extends org.mule.runtime.api.message.Attributes
Message, it carries information such as the Headers,
the Properties and the required ID for performing an ACK on the Message.
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getAckId() |
JmsHeaders |
getHeaders() |
JmsMessageProperties |
getProperties() |
JmsMessageProperties getProperties()
Message propertiesJmsHeaders getHeaders()
Message headersOptional<String> getAckId()
Message that was consumed using AckMode.MANUALCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.