
PubSub Subscriber
by Capgemini Spain
Description
The plugin is intended to be used as a complement to an internal pubsubub service of the company (this service uses websockets to send and receive information) that can acts as a listener to another service (this requires development on the server itself and is unrelated to the plugin).
This plugin allows you to subscribe to topics in the pubsub service, so you can configure that depending on the conditions, the logged in user or the logic implemented in the application, the messages you want to receive will arrive.
(In the example the messages received are in JSON format, and in the example documents a node.js project with a simple pubsub server is included that can be used as an example to see how it works).
Features
Subscribes to a communication channel in a pubsub server to receive message notifications from publishers