Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 342 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 342 Bytes

simple-messaging-service

A messaging service backed by RabbitMQ which supports delayed sends.

Current status is roughed in MVP.

General concept mappings are topics = exchanges, subscriptions = queues.

Currently, all reads are acking - to be improved. Messages can be read one-at-a-time over REST, or streamed via websocket connection.