sockets - WSO2 ESB Proxy Service TCP Transport Timeout settings -


I have a TCP transportation-based proxy service that is listening to the connection via ESB version 4.8.0. I have some clients who are sending the service which for 63 seconds after the TCP socket connection is shutting down or shutting down, and 15 seconds for others.

We are working to determine whether the problem is appearing on the ISB side or the client side.

Is there connection specific settings for TCP sockets on the ISB side? Either via proxy parameters or via the axis2.xml config file?

Here's my code:

  & lt ;? Xml version = "1.0" encoding = "UTF-8" & gt; & Lt; Proxy xmlns = "http://ws.apache.org/ns/synapse" name = "MyCoolService" transports = "tcp" stats = "enable" trace = "enable" startOnLoad = "true" & gt; & Lt; Goal & gt; & Lt; InSequence & gt; & Lt; Log level = "full" /> & Lt; Dbreport & gt; & Lt ;! - MySQL entry statement code - & gt; & Lt; / Dbreport & gt; & Lt; Property name = "OUT_ONLY" value = "true" radius = "default" type = "STRING" /> & Lt; / InSequence & gt; & Lt; OutSequence & gt; & Lt; Log level = "full" category = "DEBUG" /> & Lt; / OutSequence & gt; & Lt; / Target & gt; & Lt; Parameter name = "enableMTOM" & gt; True & lt; / Parameters & gt; & Lt; Parameter name = "service type" & gt; Proxy & lt; / Parameters & gt; & Lt; Parameter name = "transport.tcp.port" & gt; 6245 & lt; / Parameters & gt; & Lt; Parameter name = "transport.tcp.contentType" & gt; App / XML & lt; / Parameters & gt; & Lt; Policy key = "conf: / repository / axis2 / service-groups / secondary services / services / MySwive / policies / RPP" /> & lt; Description / & gt; & Lt; / Proxy & gt;  


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

lua - HowTo create a fuel bar -