Interface JmsMessageMetadata
- All Known Implementing Classes:
IncomingJmsMessageMetadata,OutgoingJmsMessageMetadata
public interface JmsMessageMetadata
-
Method Summary
-
Method Details
-
getCorrelationId
String getCorrelationId() -
getReplyTo
jakarta.jms.Destination getReplyTo() -
getDestination
jakarta.jms.Destination getDestination() -
getDeliveryMode
int getDeliveryMode() -
getType
String getType() -
getProperties
JmsProperties getProperties()
-