Interface JmsMessageMetadata
-
- All Known Implementing Classes:
IncomingJmsMessageMetadata
,OutgoingJmsMessageMetadata
public interface JmsMessageMetadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCorrelationId()
int
getDeliveryMode()
javax.jms.Destination
getDestination()
JmsProperties
getProperties()
javax.jms.Destination
getReplyTo()
String
getType()
-
-
-
Method Detail
-
getCorrelationId
String getCorrelationId()
-
getReplyTo
javax.jms.Destination getReplyTo()
-
getDestination
javax.jms.Destination getDestination()
-
getDeliveryMode
int getDeliveryMode()
-
getType
String getType()
-
getProperties
JmsProperties getProperties()
-
-