Go to new doc!

+49 228 5552576-0


info@predic8.com

fileExchangeStore

Can be used in

beans

Syntax

				<fileExchangeStore dir="[string]" raw="[false,true]" saveBodyOnly="[false,true]"/>
			
Listing 1: fileExchangeStore Syntax

Sample

				<beans>
					<router exchangeStore="fileExchangeStore" />
					
					<transport >
						<ruleMatching />
						<dispatching />				
						<userFeature />
						<httpClient />
					</transport>
					
					<fileExchangeStore dir="temp" raw="false" saveBodyOnly="false"/>
				</beans>
			
Listing 2: fileExchangeStore Example

Attributes

Name Mandatory Default Description Example
dir yes Directory where the exchanges are saved. logs
raw no false true
saveBodyOnly no false true