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?
Asked
Active
Viewed 648 times
1 Answers
3
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.

stefanfoulis
- 649
- 4
- 16

oberstet
- 21,353
- 10
- 64
- 97
-
1Hi, Could you explain me how to configure Crossbar.io for message persistance ? – Kamalakannan J Dec 27 '14 at 19:29
-
There is no message persistence (today 2014/12) in Crossbar.io – oberstet Dec 31 '14 at 14:52
-
1@oberstet when is expected to be available "a broker with message persistence"? – RDP Sep 26 '16 at 21:27