EvanBurbidge / rabbitode

This is a TS class allowing you to interface with amqp lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] - add offline queue for server drops

EvanBurbidge opened this issue · comments

Write an offline queue holder that will store messages on the system that cannot be sent and will resend once the server is available again. Add in checks for duplicate messages incase some things won't be sent multiple times.