SmartSockets Mapping Message Properties (Import & Export)
When exporting an EMS message to SmartSockets, tibemsd maps these properties in reverse. In most cases, the mapping is symmetric—export maps them back to the same SmartSockets header.
However, three exceptions (JMS_TIBCO_SS_SENDER, JMS_TIBCO_SS_MESSAGE_ID and JMS_TIBCO_SS_SEQ_NUM) are asymmetric—export maps them to subfields of the field JMSProperties within the SmartSockets message.
EMS Property | SmartSockets Method | Import | Export Asymmetr. |
---|---|---|---|
JMS_TIBCO_SS_SENDER | TipcMsgGetSender | none type_num all | Asymmetr. |
JMS_TIBCO_SS_TYPE_NUM | TipcMsgGetType | type_num all | |
JMS_TIBCO_SS_DELIVERY_MODE | TipcMsgGetDeliveryMode | all | |
JMS_TIBCO_SS_LB_MODE | TipcMsgGetLbMode | all | |
JMS_TIBCO_SS_EXPIRATION | TipcMsgGetExpiration | all | |
JMS_TIBCO_SS_PRIORITY | TipcMsgGetPriority | all | |
JMS_TIBCO_SS_SENDER_TIMESTAMP | TipcMsgGetSenderTimestamp | all | |
JMS_TIBCO_SS_CORRELATION_ID | TipcMsgGetCorrelationId | all | |
JMS_TIBCO_SS_USER_PROP | TipcMsgGetUserProp | all | |
JMS_TIBCO_SS_MESSAGE_ID | TipcMsgGetMessageId | all | Asymmetr. |
JMS_TIBCO_SS_SEQ_NUM | TipcMsgGetSeqNum | all | Asymmetr. |
Copyright © Cloud Software Group, Inc. All rights reserved.