The producer will automatically publish notifications to consumers as the notifications are generated.
If you want your client/consumer to explicitly call the producer and get a set of notifications, you must add your own custom operation/capability to your producer for that. Note that by default, the SimpleNotificationProducer doesn't cache notifications, so you need to provide that logic if you want caching or need to retrieve the notifications from the underlying system. Or, you can look into the PullPoint feature which basically caches the notifications at the Muse layer, and exposes operations which you can directly call to get the notifications. -----Original Message----- From: Giovanni Aiello [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 1:52 AM To: [email protected] Subject: How to communicate with the notification producer Hi all, I am new of Apache Muse. I have developed one notification producer with one custom capability and one notification consumer. I need to pass to the notification producer (from a notification consumer) several strings and the Qname related to a topic in order to force it to send notifications related to the passed topic. How can I do? Regards Giovanni --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
