Hi All,
I have RFC to JDBC one way communication. I need to stop channel from sending data to JDBC for some time. I stopped JDBC receiver channel from JAVA stack Communication channel Monitor (can't stop RFC sender as it is used in other scenarios also) but when i started again, it is sending data which couldn't go while channel was stopped.
Any idea how to avoid this missing data.These records were not intended to pass to JDBC.
Thanks in advance.