SIMessage 메타데이터 특성
SIMessage 메타데이터 특성은 중개 구성 선택기에서 사용할 수 있는 메시지 메타데이터를 포함합니다. SIMessage 인터페이스를 사용하여 이러한 특성에 대해 작업할 수 있습니다.
개별 SIMessage 가져오기 및 설정 메소드를 사용하여 SIMessage 메타데이터 특성에 액세스하고 수정할 수 있습니다. getMessageProperty(), setMessageProperty() 또는 deleteMessageProperty() 메소드를 사용하여 이러한 특성을 설정하거나 액세스할 수 없습니다.
clearMessageProperty() 메소드는 이러한 특성을 지우지 않습니다.
특성 이름 | 데이터 유형 | 주석 |
---|---|---|
SI_NextDestination | String | 전달 라우팅 경로에서 첫 번째 대상의 이름입니다. |
SI_Reliability | String | getReliability.toString()의 값입니다. |
SI_Priority | 정수 | |
SI_TimeToLive | Long | |
SI_Discriminator | String | |
SI_ReplyPriority | 정수 | |
SI_ReplyReliability | String | getReliability.toString()의 값입니다. |
SI_ReplyTimeToLive | Long | |
SI_ReplyDiscriminator | String | |
SI_RedeliveredCount | 정수 | |
SI_MessageID | String | |
SI_CorrelationID | String | |
SI_Userid | String | |
SI_Format | String |