![]() | Access label for the message. |
![]() | Used to enable or disable compression for this message. When enabled, the message body is compressed just prior to being sent. If a compressed message is received, it will automatically be decompressed prior to being passed to the caller. |
![]() | The compression level of a message. |
![]() | The compression ratio of a message that has been sent. The ratio is calculated as: ratio = ((originalSize - compressedSize) / originalSize) * 100 |
![]() | Get and set the message's correlation ID. |
![]() | Get and set the message's delivery mode. |
![]() | Get and set the message's destination. |
![]() | Get and set the message's expiration. |
![]() | Get and set the message ID. |
![]() | Get and set the message's priority. |
![]() | Get and set the message's redelivered flag. |
![]() | Get and set the message's reply to destination. |
![]() | Get and set the message's timestamp. |
![]() | Get and set the message's type. |
![]() | An enumeration of the property names. |
![]() | The total message size in bytes. |
![]() | 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. |