I am new to Spring Integration. I would like to know how exception/error is handled in Spring Integration.
In the sample code which i tried throws MessageHandlingException but the errorChannel is not picking the same.
I have attached the sample code below.