RDP keep going UP and DOWN every 2 seconds
I have configured a REST Delivery Point which is working correctly except that I see the RDP keep going UP and DOWN every 2 seconds. Why?
Best Answer
-
This means that the REST consumer or intermediate device is not using HTTP persistent connections and is likely closing any idle connections. Solace RDPs are designed to keep attempting to re-establish a closed connection. It is recommended to use HTTP persistent connections to keep the connection consistently up.
6
Answers
-
This means that the REST consumer or intermediate device is not using HTTP persistent connections and is likely closing any idle connections. Solace RDPs are designed to keep attempting to re-establish a closed connection. It is recommended to use HTTP persistent connections to keep the connection consistently up.
6