Go to new doc!

+49 228 5552576-0


info@predic8.com

router

Can be used in

beans

Syntax

					<router 
							exchangeStore="string" 
							hotDeploy="[true,false]"
							adjustHostHeader="[true,false]" 
							indentMessage="[true,false]" 
							adjustContentLength="[true,false]"
							trackExchange="[true,false]" />
			
Listing 1: router Syntax

Sample

				<beans >
					<router 
							exchangeStore="memoryExchangeStore" 
							adjustHostHeader="true" 
							indentMessage="true" 
							adjustContentLength="true" />
				</beans>						
			
Listing 2: router Example

Attributes

Name Mandatory Default Description Example
exchangeStore no ForgetfullExchangeStore memoryExchangeStore
hotDeploy no true If set to true the router updates changes to proxies.xml while running. false
adjustHostHeader no true false
indentMessage no true false
adjustContentLength no true false
trackExchange no false true