Not sure what you mean by "pass to the notification producer (from a
notification consumer) several strings and the Qname related to a topic". Do
you mean that the system you are building requires you to send some extra
strings as well as the topic name? If you need that, then you most likely
will need to implement your own capability for the notification producer.

If you just want to use Muse's default producer, check 

http://ws.apache.org/muse/docs/2.2.0/manual/how-to/receive-any-notification.html

which describes how to receive notifications

(the line NotificationProducerClient producer = new
NotificationProducerClient(, myEPR); should be actually
NotificationProducerClient producer = new
NotificationProducerClient(producerEPR , myEPR);)


Giovanni Aiello wrote:
> 
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-communicate-with-the-notification-producer-tf4101940.html#a11669599
Sent from the Muse User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to