Let a connection replay messages from a certain point. This to allows clients to not miss any messages on reconnects.
The functionality can be achieved using RabbitMQs stream plugin. Retention will probably be around 5-10minutes depending on testing. To make use of this the client needs to provide a query parameter with a timestamp.
Let a connection replay messages from a certain point. This to allows clients to not miss any messages on reconnects.
The functionality can be achieved using RabbitMQs stream plugin. Retention will probably be around 5-10minutes depending on testing. To make use of this the client needs to provide a query parameter with a timestamp.