Please help me understand, how security is implemented in Spring-integration. Is it like if flow is suppose JMS Queue-> Spring-integration -> Webservice, then 2 channels in spring-integration one for JMS and other for WS would connect. So is it like these channels would provide some authentication token kind of details to endpoints(JMS and WS) and perform routing. Please share if any helpful information on security in spring-integration
Thanks