mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
8 lines
249 B
Markdown
8 lines
249 B
Markdown
Simple in-memory message broker
|
|
|
|
# MQ Service
|
|
|
|
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 otherwise its dropped.
|