Muokkaa

Jaa


BizTalk Server Message Context Properties (Receive Handlers)

In addition to the message payload, the supplementary information that composes a message must be accessible from a BizTalk Server orchestration at run time.

TIBCO RV Message Information Promoted as Message Context Properties

The following table lists this supplementary information:

Data Identification Type Routable Receive Location
Send Subject [null] string Yes Tells orchestration which subject this message was sent to.
Reply Subject [null] string Yes Tells orchestration where the sender expects the reply to be sent, if one is expected.
Field Count [read only] unsigned int No Number of fields in upper level message. A property provided by TIBCO RV.
CM Sender Name [read-only] string Yes CM Correspondent name of the sender.
CM Sequence Number [read only] long No Sequence number assigned by the sending TIBCO transport object.
CM Time Limit [read-only] double No A time limit, after which the sending program no longer expects its CM transport to certify delivery of the message.

See Also

Message Mapping in TIBCO Rendezvous
Creating TIBCO Rendezvous Receive Handlers