open class JmsMessageHeaderAccessor : NativeMessageHeaderAccessor
A org.springframework.messaging.support.MessageHeaderAccessor implementation giving access to JMS-specific headers.
Author
Stephane Nicoll
Since
4.1
open fun getCorrelationId(): String
Return the |
|
open fun getDeliveryMode(): Int
Return the |
|
open fun getDestination(): Destination
Return the |
|
open fun getExpiration(): Long
Return the message |
|
open fun getMessageId(): String
Return the |
|
open fun getPriority(): Int
Return the |
|
open fun getRedelivered(): Boolean
Return the |
|
open fun getReplyTo(): Destination
Return the |
|
open fun getTimestamp(): Long
Return the |
|
open fun getType(): String
Return the |
|
open static fun wrap(message: Message<*>): JmsMessageHeaderAccessor
Create a JmsMessageHeaderAccessor from the headers of an existing message. |