Hi Pushkar, I hope I understood your question properly..... The ResourcePropertyValueChangeTopic is used to publish notifications about property changes among the resource properties defined for that resource. Each notification carries the new value of the property and may carry the old value of the property as well. This is particularly useful in monitoring scenarios. These events are described in the WS-RP specifications.
The ManagementEventTopic is used to publish notifications of WSDM events in the WSDM Event Format. The format is specificed in the muws-1 spec. Typically these would be events that are generated by the resource other than property change notifications for example, a heart beat sent by a resource. I am not sure why you cannot get the ManagementEvents in the notify method if you are subscribed to the topic properly. I'll try out some samples today but maybe someone has an answer to that already. Thanks, Balan Balan Subramanian Autonomic Computing, IBM, RTP, NC 919.543.0197 | [EMAIL PROTECTED] "Pushkar Sachdeva" <[EMAIL PROTECTED]> 06/28/2006 09:50 AM Please respond to [email protected] To [email protected] cc Subject Help regarding muse notifications I am new to using notifications in muse. I have the following queries:- 1) What is the difference between *ResourcePropertyValueChangeTopic* and * ManagementEventTopic* ?? 2) If in the Notification Producer, *ResourcePropertyValueChangeTopic*sends *ResourcePropertyValueChangeEvent* then that notification can be obtained in the notify function of Notification Consumer, but on the other hand If * ManagementEventTopic* sends the *ResourcePropertyValueChangeEvent* then the notification is not automatically received in the notify function of the Notification Consumer. However, in the latter case, Consumer can obtain the notification sent through *getCurrentMessage* request. How can i obtain this notification triggered by *ManagementEventTopic* automatically without actually sending the request(the same way I obtained through * ResourcePropertyValueChangeTopic*) ?? Please help me answer these questions or atleast direct me from where I could clear my doubts. Thanks a lot in advance. -Regards Pushkar
