Notification Support

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
** TopicExpressionDialect : Get the list of topic dialects

The endpoints provided by this component are automatically exposed by the DSB at startup and are available by default at:
* [http://localhost:8084/petals/services/NotificationProducerPortService?wsdl]
* [http://localhost:8084/petals/services/NotificationConsumerPortService?wsdl]

This means that all calls to these endpoints will be forwarded to the notification engine, independently to its node location.

h2. DSB service 

The WSN engine is also embedded as a core kernel service. It means that a DSB developer can use WSN features in his core services to subscribe, notify to others core components.
A WSN engine is also embedded as a core kernel service. Other kernel services are able to use this WSN engine to subscribe to topics, send notifications, ... Additionally, the WSN engine is exposed by the DSB at startup as a Web service and provide the same feature listed in the previous section (DSB component).

{info}Note : Under development{info}
subscriber0.topicURI=http://www.petalslink.org/dsb/topicsns/
subscriber0.topicPrefix=dsb{code}
With such configuration, a subscribe message will be sent to [http://localhost:9000/services/RawService] and the consumer reference (the one which will receive notifications) will be [http://localhost:9000/services/RawService111].