Explanation:
Note that depending on the implementation of the exchange store, both request *and* response logging might both be required for the exchange to be saved.Can be used in
Syntax
<exchangeStore name="string" /><exchangeStore name="string" />
Sample
<beans>
<transport coreThreadPoolSize="20">
<ruleMatching />
<dispatching />
<userFeature />
<exchangeStore name="forgetfulExchangeStore" />
<httpClient />
</transport>
</beans><beans> <transport coreThreadPoolSize="20"> <ruleMatching /> <dispatching /> <userFeature /> <exchangeStore name="forgetfulExchangeStore" /> <httpClient /> </transport> </beans>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| name | false | - | Bean name of the exchange store defined as a spring bean. | forgetfulExchangeStore |