public interface JmsMessageMetadata
Modifier and Type | Method and Description |
---|---|
String |
getCorrelationId() |
int |
getDeliveryMode() |
javax.jms.Destination |
getDestination() |
JmsProperties |
getProperties() |
javax.jms.Destination |
getReplyTo() |
String |
getType() |
String getCorrelationId()
javax.jms.Destination getReplyTo()
javax.jms.Destination getDestination()
int getDeliveryMode()
String getType()
JmsProperties getProperties()
Copyright © 2018–2021 SmallRye. All rights reserved.