Вопрос

I am using Autobahn to broadcast messages to subscribed clients. However, when a client is NOT connected to the Internet, it is still necessary that they receive the messages when they reconnect. Will I need to use something like RabbitMQ to accomplish this or can Autobahn handle this natively?

Это было полезно?

Решение

AutobahnPython does not persist messages. Retrieval of message history is an upcoming feature in WAMPv2, and a broker with message persistence will be available as part of Crossbar.io.

Disclosure: I am original author of Autobahn, WAMP and Crossbar.io, and work for Tavendo.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top