Skip to Content
0
Former Member
May 04, 2009 at 01:40 PM

Help help.i will crazy,about multi receiver

25 Views

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