fix mq readme

This commit is contained in:
Asim Aslam
2021-11-02 14:01:46 +00:00
parent cc080fcd12
commit 4747ce8433

View File

@@ -1,6 +1,7 @@
Publish and subscribe to messages
Simple message queue
# Stream Service
# MQ Service
Send messages to a stream and broadcast to multiple subscribers. Group by topic
and rapidly blast fire-and-forget messages to anyone listening.
A simple message queue 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.