update mq readme

This commit is contained in:
Asim Aslam
2021-11-02 15:15:57 +00:00
parent ad9b51b20e
commit 1e30af72ec

View File

@@ -4,4 +4,4 @@ Simple in-memory message broker
A simple message broker which lets you publish and subscribe to messages with no
overhead. Use fire-and-forget semantics, if the subscriber is available the message
is received.
is received otherwise its dropped.