Go to new doc!

+49 228 5552576-0


info@predic8.com

exchangeStore

Can be used in

proxy, serviceProxy, soapProxy, transport

Syntax

				<exchangeStore name="string" />
			
Listing 1: exchangeStore Syntax

Sample

				<beans>
					<transport coreThreadPoolSize="20">
						<ruleMatching />
						<dispatching />			
						<userFeature />
						
						<exchangeStore name="forgetfulExchangeStore" />
						
						<httpClient />
					</transport>
				</beans>
			
Listing 2: exchangeStore Example

Attributes

Name Mandatory Default Description Example
name yes - Bean name of the exchange store defined in the monitor-beans.xml file. forgetfulExchangeStore