cancel
Showing results for 
Search instead for 
Did you mean: 

Help help.i will crazy,about multi receiver

Former Member
0 Kudos

Hi Expert:

i have a scenaria of one sender and two receiver, (JDBC< ->PI <->JDBC), because i need the status of data items deliverry to receiver database, so i must use bpm , the interface of bpm which communicate with the muti-database is synchronize and abstract. i have do all the step , but failed, may the the bpm'interface (synchronize )can not have muti receiver. how can i do ,anyone have some idea,

for example, my input message is :

<root>

<item>

<country>china</country>

......

</item>

<item>

<country>American</country>

.....

</item>

</root>

because i want send the message to different country accord the country element, so the message must split into two messages like this:

message1:

<root>

<item>

<country>china</country>

......

</item>

</root>

message2:

<root>

<item>

<country>American</country>

.....

</item>

</root>

does pi can finish this solution,if pi can, how can i do?

thanks

best regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos
does pi can finish this solution,if pi can, how can i do?

Yes PI/XI can handle it....Use Multicast....go through the below link and make your design accordingly.....

http://help.sap.com/saphelp_nw70/helpdata/EN/11/13283fd0ca8443e10000000a114084/frameset.htm

Regards,

Abhishek.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Multi recievers for synchronous calls not possible fo rnormal cases. If you use BPM, you have to use Sysnc Async Bridge to make sure these calls are Asynchronous to multiple receivers.

Thanks,

Srinivas