我正在使用 wso2esb4.7.0。在此之前我使用过 wso2esb4.6.0 我的问题是在 wso2esb4.6.0 中我们无法使用多个 http 传输但在 Wso2esb 4.7.0 中我们可以.它工作正常但有时它会抛出错误如果我是由于传输,这个问题没有错在 Esb 4.7.0 版本中,HTTP 传输是默认的,但在 wso2esb 4.6.0 中使用 HTTP+NIO 传输它会抛出这样的错误并忽略连接如何在 wso2esb4.7.0 中进行 HTTP+NIO 传输
2013-08-14 17:10:19,801] WARN - SourceHandler Connection time out while writing the response: http-incoming-2161
[2013-08-14 17:10:19,801] WARN - SourceHandler Connection time out while writing the response: http-incoming-2171
[2013-08-14 17:10:19,802] WARN - SourceHandler Connection time out while writing the response: http-incoming-2162
[2013-08-14 17:10:19,802] WARN - SourceHandler Connection time out while writing the response: http-incoming-2178
[2013-08-14 17:10:19,802] WARN - SourceHandler Connection time out while writing the response: http-incoming-2159
[2013-08-14 17:10:19,802] WARN - SourceHandler Connection time out while writing the response: http-incoming-2173
[2013-08-14 17:10:19,803] WARN - SourceHandler Connection time out while writing the response: http-incoming-2179
[2013-08-14 17:10:19,803] WARN - SourceHandler Connection time out while writing the response: http-incoming-2174
我们如何在 wso2esb4.7.0 中避免此错误,否则我将再次使用 4.6.0 是 4.7.0 版本中的错误吗