Advisory

This message can have special status such as batch execution, cancellation, and so on.

JMS Queue Name

prefix.installation.ADVISORY

Example: AX.BC.BC-ACME.ADVISORY

Message Name

Advisory

Advisory Message

Field

Type

Required

Description

standardID

String

yes

The string CMI.

transactionID

String

no

A unique ID that defines a request/response in CMI Protocol.

batchID

String

no

For Error or Advisory messages related to batch execution, this field is filled with corresponding batchID.

closure

String

no

A unique identifier used between the private process and BusinessConnect to match up the Request and Response documents in a transaction. The Response to this Request or Notify message from BusinessConnect contain the same ID in the closure field.

operationID

String

no

Operation schema version and the operation name in the following format: version/Category/operationName
For example: 1.0/Write/UpdateParticipant

sessionID

String

no

A sessionID to identify the current session.

statusCode

String

no

A code value indicating success or failure.

statusMsg

String

no

A status message indicating the status of the request sent from TIBCO BusinessConnect to the private process.

detailMsg

String

no

Detailed information about an error is given from CMI Protocol to the private process.