mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 20:44:46 +00:00
8 lines
215 B
Markdown
8 lines
215 B
Markdown
Simple message queue
|
|
|
|
# MQ Service
|
|
|
|
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.
|