The IMapMessage type exposes the following members.
Methods
Name | Description | |
---|---|---|
Acknowledge |
If using client acknowledgement mode on the session, then this method will acknowledge that the
message has been processed correctly.
(Inherited from IMessage.) | |
ClearBody |
Clears out the message body. Clearing a message's body does not clear its header
values or property entries.
If this message body was read-only, calling this method leaves the message body in
the same state as an empty body in a newly created message.
(Inherited from IMessage.) | |
ClearProperties |
Clears a message's properties.
The message's header fields and body are not cleared.
(Inherited from IMessage.) |
Extension Methods
Name | Description | |
---|---|---|
ToObject()()()() | Overloaded.
Deserializes the object from Xml, and returns it.
(Defined by MessageExtensions.) | |
ToObject<(Of <<'(T>)>>)()()()() | Overloaded.
Deserializes the object from Xml, and returns it.
(Defined by MessageExtensions.) |
Properties
Name | Description | |
---|---|---|
Body | ||
NMSCorrelationID |
The correlation ID used to correlate messages from conversations or long running business processes.
(Inherited from IMessage.) | |
NMSDeliveryMode |
Whether or not this message is persistent.
(Inherited from IMessage.) | |
NMSDestination |
The destination of the message. This property is set by the IMessageProducer.
(Inherited from IMessage.) | |
NMSMessageId |
The message ID which is set by the provider.
(Inherited from IMessage.) | |
NMSPriority |
The Priority of this message.
(Inherited from IMessage.) | |
NMSRedelivered |
Returns true if this message has been redelivered to this or another consumer before being acknowledged successfully.
(Inherited from IMessage.) | |
NMSReplyTo |
The destination that the consumer of this message should send replies to
(Inherited from IMessage.) | |
NMSTimestamp |
The timestamp of when the message was pubished in UTC time. If the publisher disables setting
the timestamp on the message, the time will be set to the start of the UNIX epoc (1970-01-01 00:00:00).
(Inherited from IMessage.) | |
NMSTimeToLive |
The amount of time for which this message is valid. Zero if this message does not expire.
(Inherited from IMessage.) | |
NMSType |
The type name of this message.
(Inherited from IMessage.) | |
Properties |
Provides access to the message properties (headers).
(Inherited from IMessage.) |