memoryExchangeStore

Version

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.

Syntax

memoryExchangeStore: {}
memoryExchangeStore: {}

Sample

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

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

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

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

  <memoryExchangeStore />
</beans>

Can be used in