Go to new doc!

+49 228 5552576-0


info@predic8.com

exchangeStore

Description

Adds the current state of HTTP requests and responses to an "exchange store".

Can be used in

spring:beans, if, internalProxy, proxy, registration, request, response, serviceProxy, soapProxy, stompProxy, swaggerProxy, transport and wsStompReassembler

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 Required Default Description Example
name false - Bean name of the exchange store defined as a spring bean. forgetfulExchangeStore

Explanation