memoryExchangeStore

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:

bean

Syntax

<memoryExchangeStore />

Sample

<beans>
  <router exchangeStore="memoryExchangeStore" />

  <transport >
	<ruleMatching />
	<dispatching />
	<userFeature />
	<httpClient />
  </transport>

  <memoryExchangeStore />
</beans>