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) |
Acknowledge | If using client acknowledgement mode on the session then this method will acknowledge that the message has been processed correctly. |