Inbound protocol message flow
The normal flow of inbound messages inside the protocol thread is:
- Protocol messages arrive from the protocol driver.
- The engine places the protocol messages into the inbound pre-TPS queue.
- The messages undergo TPS processing in the appropriate inbound TPS.
- The engine places the messages into the inbound post-TPS queue.
- The engine sends the messages to the translation thread within the same process.