We support AMQP v0.9.1 stream to forward data from flespi to custom AMQP broker.
All subsequent changes in the stream implementation will be published in this topic.
Follow our step-by-step guide on how to stream telemetry data to AMQP or RabbitMQ.
Stream logs were rebuilt. Now, a log is registered for each message received by the stream. If the message was not sent, the log contains the reason.
Added the ability to specify a mask with the parameter name in the queue to use its value as a name. For example, "queue_%ident%" will be formatted as queue_test if "ident" parameter has value "test"