limitedMemoryExchangeStore
Description
Store Exchange objects in-memory. Only the newest exchanges will be kept to keep the store below the configured memory limit.
Can be used in
spring:beans
Sample
<limitedMemoryExchangeStore maxSize="1048576" id="es"/> <router exchangeStore="es"> <!-- service proxy declarations here --> </router>
Listing 1: limitedMemoryExchangeStore Syntax
Attributes
Name | Required | Default | Description | Example |
---|---|---|---|---|
maxSize | false | - |