http:rest-service-component
コンポーネントを使用するフローがあります。呼び出したいURLが応答を返すまでに約1分かかりますが、「http:rest-service-component」は10秒しか待機しません。
このタイムアウト値を変更するにはどうすればよいですか?このhttp:rest-service-component
要素には、タイムアウト属性はありません。また、「http:connector」を作成してタイムアウト値を設定しようとしましたが、うまくいきませんでした。ありがとう。
<flow name="theFlow">
<inbound-endpoint ... />
<http:rest-service-component serviceUrl="..." />
</flow>