Hi Experts,
Currently we are working on SAP MDM(version 5.5 sp06) event listener application which listens to MDM syndication events.
We have built and deployed an application that will listen to MDM events (syndication) and executes some logic based on that. However, we are not able to stop this application when we want to.
We tried NWA->Start and Stop , but it doesn’t seem to stop listening. It appears that its running in a thread and application stop wont affect that.
In this case, how can we stop thread of this application from NWA ??? (We have also tried undeploying the app from nwds (undeploy view). This undeploys the app but does not kill the thread.)
OR If Java service can be created for this, how to create that ???
Regards,
Shruti Kalathil