memoryExchangeStore
Description
Stores all exchanges in-memory. The Java heap will overflow if this store is used to store too many Exchanges. Use for Membrane Monitor only.
Can be used in
spring:beans, bean
Syntax
<memoryExchangeStore />
Listing 1: memoryExchangeStore Syntax
Sample
<beans> <router exchangeStore="memoryExchangeStore" /> <transport > <ruleMatching /> <dispatching /> <userFeature /> <httpClient /> </transport> <memoryExchangeStore /> </beans>
Listing 2: memoryExchangeStore Example