cancel
Showing results for 
Search instead for 
Did you mean: 

Restart of Synchronous messages in BPM

Former Member
0 Kudos

Hi All:

I have one scenerio(using BPM). BPM is sending message to JDBC(Asyn lets say system A) and HTTP(Sync lets say system B).

I am sending message to both system A and B using Fork, but when system B is down I am seeing I got the Error in response and found restart of message is not possible.

Now if again I send the same message then it will be duplication of records in system A as I am only inserting records in system A.

How can I achive it in BPM??? so I can avoid the duplication in system A.

Thanks

Farooq.

Accepted Solutions (0)

Answers (2)

Answers (2)

justin_santhanam
Active Contributor
0 Kudos

Farooq,

First do a synch call step in the BPM, since its synch u will get the response , hence after the synch call step place the JDBC asynch step. Hence if the synch call fails u won't update JDBC.

Best regards,

raj.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

use async mode to system B

this way in case of an error it will be restarted

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

But I cannot make it Asynch...as I have to send it to sys B and get the resp.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>But I cannot make it Asynch...as I have to send it to sys B and get the resp.

use correlation and async mode

there is on other way

Regards,

michal

Former Member
0 Kudos

I dont have any unique key value from the source based on which I can do the

correlation

Former Member
0 Kudos

One option.

First send the msg to JDBC in synch (Now this a asynch operation)

Validate the response and send the msg to System B.

Regards,

Jai Shankar

Former Member
0 Kudos

anyway I will close this blog by tomorrow if anyone has an idea as per my question

plz let me know, for best answer I will give max points

Former Member
0 Kudos

sorry not blog but thread:-)

justin_santhanam
Active Contributor
0 Kudos

Farooq,

Please give your suggestions on what myself and shankar suggested. Then only we will know wht is your feedback on this.

Best regards,

raj.