Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 Private Process Communications : Private Messages in Sessions

Private Messages in Sessions
When real-time transactions are used, all requests will be immediately executed by the CMI Protocol engine. The real-time transactions between private processes and CMI Protocol are called sessions.
For more information, see Sessions.
When you use private processes in sessions, the following will happen:
1.
The private process sends an INITIATOR.REQUEST message to CMI Protocol.
2.
Execution succeeded: It sends an INITIATOR.RESPONSE message back.
Execution failed: It sends an ERROR message and an INITIATOR.RESPONSE message including error code and error details.
Session timed out: Session Timeout Advisory is triggered by the TIBCO BusinessConnect engine after the time has passed.
If the sessionID has already timed out at the time when a request comes in, TIBCO BusinessConnect returns a normal ERROR message with the code that points to the invalid sessionID.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved