Hi Sudheer -
Instead of using joins(in sender channel) to get the records from multiple tables write a store procedure in the database which you can call from JDBC sender channel.
Inside the stored procedure you can write your queries/joins/filters.
Please refer to below document: