Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D2718
Change Details
Change Details
Old
New
Diff
This Python API allows to use RabbitMQ for the website notifier. Ref T1682
When a payload reaches the Notifications center, the resulting notification is sent to RabbitMQ. This API allows to consume notifications from RabbitMQ on JS code, for example to offer a HTML page with the notifications stream. References: - https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events - https://maxhalford.github.io/blog/flask-sse-no-deps/ Ref T1682
This Python API allows to use RabbitMQ for the website notifier.
When a payload reaches the Notifications center, the resulting notification is sent to RabbitMQ. This API allows to consume notifications from RabbitMQ on JS code, for example to offer a HTML page with the notifications stream. References: - https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events - https://maxhalford.github.io/blog/flask-sse-no-deps/
Ref T1682
Continue