The NMS Class Library (.Net Messaging Library)

IMessage Properties

The properties of the IMessage interface are listed below. For a complete list of IMessage interface members, see the IMessage Members topic.

Public Instance Properties

NMSCorrelationID The correlation ID used to correlate messages from conversations or long running business processes
NMSDestination The destination of the message
NMSExpiration The time in milliseconds that this message should expire in
NMSMessageId The message ID which is set by the provider
NMSPersistent Whether or not this message is persistent
NMSPriority The Priority on this message
NMSRedelivered Returns true if this message has been redelivered to this or another consumer before being acknowledged successfully.
NMSReplyTo The destination that the consumer of this message should send replies to
NMSTimestamp The timestamp the broker added to the message
NMSType The type name of this message
Properties Provides access to the message properties (headers)

See Also

IMessage Interface | NMS Namespace