I am using "int-jdbc:stored-proc-outbound-gateway" in spring integration to get the details from the 11i stored procedure by directly hitting db using the datasource.
Now, I creating a Junit for the spring integration and need to mock the response as similar to the stored procedure result but hitting actual db.
Plz tell me achieve this scenario in the spring integration ?
Thanks in Adavance .