Skip to content

Application Transport

Victor Dudochkin edited this page Jun 8, 2018 · 1 revision

Application Transport

We have a two transport bus. One is persistent connection, other is not. We should to implement transport to deliver messages using second way. The task is to deliver few messages in a request. It is possible when we'll use the multiplexing. We will inject it between HTTP (for example) and application protocol. When we do it the requewst based protocol will look like a persistent, with "defer" feature of course. We do not guaranty that the message will deliver at the time, but it will send and probably delivered in the session.

Clone this wiki locally