The methods of the IMessage interface are listed below. For a complete list of IMessage interface members, see the IMessage Members topic.
![]() | Acknowledges all consumed messages of the session of this consumed message. |
![]() | Clears out the message body. |
![]() | Clears a message's properties. |
![]() | Returns the value of the boolean property with the specified name. |
![]() | Returns the value of the byte property with the specified name. |
![]() | Returns the value of the double property with the specified name. |
![]() | Returns the value of the float property with the specified name. |
![]() | Returns the value of the int property with the specified name. |
![]() | Returns the value of the long property with the specified name. |
![]() | Returns the value of the object property with the specified name. |
![]() | Returns the value of the short property with the specified name. |
![]() | Returns the value of the string property with the specified name. |
![]() | Indicates whether a property value exists. |
![]() | Sets a boolean property value with the specified name into the message. |
![]() | Sets a byte property value with the specified name into the message. |
![]() | Sets a double property value with the specified name into the message. |
![]() | Sets a float property value with the specified name into the message. |
![]() | Sets an integer property value with the specified name into the message. |
![]() | Sets a long property value with the specified name into the message. |
![]() | Sets an object property value with the specified name into the message. |
![]() | Sets a short property value with the specified name into the message. |
![]() | Sets a string property value with the specified name into the message. |