wso2 / andes

Apache License 2.0
39 stars 129 forks source link

Fix wso2/product-ei/issues/1716 #955

Closed GDLMadushanka closed 6 years ago

GDLMadushanka commented 6 years ago

Purpose

Fix wso2/product-ei/issues/1716

Goals

Improve thrift connection pooling to consider thriftSOTimeout parameter specified in broker.xml file

Approach

Use timeout functionality comes with apache.commons.pool2.BaseGenericObjectPool class to achieve thiriftConnectionTimeout

Security checks

Related PRs

https://github.com/wso2/andes/pull/948/files#diff-e9c6470a462219b6ca0a6b8d6f886c96L80