How to avoid notification service dead lock?

I have two adapter notification service,

1st adapter notification service: whenever record is inserted into table A, then record will be inserted into B table.

2nd adapter notification service: whenever record is inserted into table B, then record will be inserted into A table.

This scenario will lead into the deadlock, how to avoid this?

Thanks
Devi

webMethods provides a mechanism for echo suppression using the cross-reference table.
check Publish_Subscribe_Developers_Guide.pdf - pg 185 and below links for more details

[url]wmusers.com

[url]wmusers.com

Regards,
Saravanan.E