Hi,

I am currently developing a notification broker and the web service
should implement the NotificationConsumer interface directly. That is,
I would like my service to act as a NotificationConsumer on its own without
relying on the container's NotificationConsumerService and the
NotficationCallbacks, since that would make it easier to redistribute the
notifications directly.

The problem is that I cannot subscribe my broker service to a notification producer. Although it implements the NotificationConsumer interface including the notify method,
notification messages just don't get through to the broker service.

It seems to me like the NotificationConsumerService of the container handles all notifcation messages by default or some extra "magic" happens behind the scenes that I could not
figure out yet.

I would highly appreciate any hints you might have!

Regards,

Timo Elverkemper

Reply via email to