SIMessage metadata properties
The SIMessage metadata properties contain message metadata that you can use in mediation configuration selectors. You can work with these properties by using the SIMessage interface.
You can access and modify the SIMessage metadata properties
using individual SIMessage get and set methods. You cannot set or
access these properties by using the methods getMessageProperty(), setMessageProperty(),
or deleteMessageProperty().
The method clearMessageProperty() does not clear these properties.
Property name | Data type | Comments |
---|---|---|
SI_NextDestination | String | Name of the first destination in the Forward Routing Path. |
SI_Reliability | String | Value of getReliability.toString(). |
SI_Priority | Integer | |
SI_TimeToLive | Long | |
SI_Discriminator | String | |
SI_ReplyPriority | Integer | |
SI_ReplyReliability | String | Value of getReliability.toString(). |
SI_ReplyTimeToLive | Long | |
SI_ReplyDiscriminator | String | |
SI_RedeliveredCount | Integer | |
SI_MessageID | String | |
SI_CorrelationID | String | |
SI_Userid | String | |
SI_Format | String |