SIMessage 元数据属性
SIMessage 元数据属性包含您可在调解配置选择器中使用的消息元数据。可以通过使用 SIMessage 接口来处理这些属性。
您可使用个别 SIMessage get 和 set 方法来访问和修改 SIMessage 元数据属性。无法使用
getMessageProperty()、setMessageProperty() 或
deleteMessageProperty() 方法来设置或访问这些属性。
clearMessageProperty() 方法不能清除这些属性。
属性名 | 数据类型 | 注释 |
---|---|---|
SI_NextDestination | String | 正向路由路径中的第一个目标的名称。 |
SI_Reliability | String | getReliability.toString() 的值。 |
SI_Priority | Integer | |
SI_TimeToLive | Long | |
SI_Discriminator | String | |
SI_ReplyPriority | Integer | |
SI_ReplyReliability | String | getReliability.toString() 的值。 |
SI_ReplyTimeToLive | Long | |
SI_ReplyDiscriminator | String | |
SI_RedeliveredCount | Integer | |
SI_MessageID | String | |
SI_CorrelationID | String | |
SI_Userid | String | |
SI_Format | String |