notification in clustering enveronment

Hi all,

Can u please tell me, how JDBC adapter notifications work in clustering environment?

thanks,
leena

I assume you have 2 IS in cluster. It means logically it will be treated as single IS, your notification service will be present in 2 IS, but when there is a change (action) in the adapter resource then only one notification will be executed. From which IS that notification service is going to get execute will be decided by the IS. (IS may use some round robin kind algorithms to choose that, developer no need to worry about that).

Thanks
Devi