You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by miri eyni <mi...@sapiens.com> on 2017/05/11 07:05:55 UTC

LoggingOutInterceptor

 i define routing for example : 

<post uri="/createPolicy" bindingMode="off"
				type="cdm.policy.Policy">
				<description>Creates policies</description>
				<route>
				
						<process ref="requestProcessor" />
						<process ref="getRegDateRequestProcessor" />
						<to uri="http://{{toUrl}}/systemServices/regDate?bridgeEndpoint=true"
/>
						<process ref="createPolicyRequestProcessor" />
						<to
						
uri="http://{{toUrl}}/policies?filterFlag=EffDate&amp;bridgeEndpoint=true"
/>

						
				</route>
			</post>

when the log in debug mode , the interceptor print to log the Outbound
Message only for the first <to> (<to
uri="http://{{toUrl}}/systemServices/regDate?bridgeEndpoint=true" />)
the second it doesn't print , my question is why it print only the first
one?   




--
View this message in context: http://camel.465427.n5.nabble.com/LoggingOutInterceptor-tp5799273.html
Sent from the Camel - Users mailing list archive at Nabble.com.