MQ
11.0 10.3 10.2
11.0 10.3 10.2

Chapter 3: Connection Management



FioranoMQ Server modules include a transport layer which interface with underlying network protocols and accepts incoming connections. This layer reads requests sent by applications over the network. .

The responsibilities of the transport layer include:

  • Listening for incoming client connections on pre-defined protocols (HTTP/TCP).

  • Management of threads.

  • Analyzing incoming data and passing it onto core FioranoMQ services.

  • Detecting any loss of connectivity and taking remedial actions.