cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver a CALL from a BBDD

Former Member
0 Kudos

Hi all,

Many thanks in advance for you help.

We have to develop an interface in XI, but we have a doubt in the way that we have to do it.

There is a Web to update a MySQL database, when this occurs the database has to call XI in order to make more operation.

Our question is is there any way for XI to be called from the database?

Many thanks

Regards

Noelia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Noelia,

JDBC sender adapter is asynchronous. It does not support QoS: BE.

So a simple answer to your query is NO

Regards,

Jai Shankar

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you can set your DB that after database update the database it will output a file

which XI can consume

so you can do it like that

Regards,

michal