wso2esb - connection timeout after request is read in wso2 esb -


after continuous time of endpoint getting message connection timeout after request read , esb stop responding. need restart wso2 services again. had increase socket time out suggested.

time out in esb defined in 3 levels. endpoint timeout < socket timeout < synapse timeout.check[1]

if have defined enpoint timeout endpoint can increase timeout value of socket timeout. , can in crease socket time out vlaue of synapse timeout. default synapse timeout 2 minutes.so increase endpoint timeout , socket time out 2 minutes , dont response form backend service,then should check backend service.

once timeout occurred enpoint suspended 30000ms .so request endpoint within suspension period ignored esb. can disable suspension period mention here [2]

default keepalive property enabled in esb .but firewalls ignore keep alive packets form esb .so there actual connection between esb , firewall .but connection form firewall backend might closed.in case disabling keepalive property create new connection each request[3] , backend give response.

1.http://soatutorials.blogspot.in/2014/11/how-to-configure-timeouts-in-wso2-esb.html 2.http://miyurudw.blogspot.com/2012/02/disable-suspension-of-wso2-esb-synapse.html 3.https://udaraliyanage.wordpress.com/2014/06/17/wso2-esb-keep-alive-property/


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -