public interface JMSMessageHeaderVBean
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getJmsCorrelationID() |
Returns the correlation ID.
|
java.lang.String |
getJmsDeliveryMode() |
Returns one of the following delivery mode values:
|
JMSDestinationVBean |
getJmsDestination() |
Returns the destination.
|
long |
getJmsExpiration() |
Returns the expiration.
|
java.lang.String |
getJmsMessageID() |
Returns the message ID.
|
int |
getJmsPriority() |
Returns the priority.
|
JMSDestinationVBean |
getJmsReplyTo() |
Returns the replyTo destination.
|
long |
getJmsTimestamp() |
Returns the timestamp.
|
java.lang.String |
getJmsType() |
Returns the type.
|
JMSMessagePropertyVBean[] |
getProperties() |
Returns the message properties
|
boolean |
isJmsRedelivered() |
Returns the redelivered flag.
|
java.lang.String getJmsMessageID()
Returns the message ID.
java.lang.String getJmsCorrelationID()
Returns the correlation ID.
java.lang.String getJmsType()
Returns the type.
java.lang.String getJmsDeliveryMode()
Returns one of the following delivery mode values:
JMSDestinationVBean getJmsDestination()
Returns the destination.
long getJmsExpiration()
Returns the expiration.
int getJmsPriority()
Returns the priority.
boolean isJmsRedelivered()
Returns the redelivered flag.
long getJmsTimestamp()
Returns the timestamp.
JMSDestinationVBean getJmsReplyTo()
Returns the replyTo destination.
JMSMessagePropertyVBean[] getProperties()
Returns the message properties