cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Adapter

Former Member
0 Kudos

When a JDBC adapter Is used to query a DB table using the SELECT statement. Then the configuration of the adapter should be like as shown below

-Sender adapter communicates asynchronously with the DB

-Receiver adapter communicates synchronously with the DB

Please correct me if I am wrong

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

That is one difference.

Another, Sender JDBC adapter can be the initiator of the call. So, when the interface trigger has to start with the data being picked up from the database you use the Sender JDBC adapter.

In cases when some other system triggers the call to XI and then XI needs to select the data from the DB in order to do further processing the Recever JDBC adapter can be used.

Regards

Bhavesh

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi Kumar,

both is possible. You got it.

Regards,

Udo