Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 284 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 284 Bytes

ScheduledQueue

A message queue where messages are published in such a way that they will be consumed at a later, specified date.

Requirements

  • Visual Studio 2013

Persistence Implementations

Currently Implemented

  • In-process memory

Planned

  • MySql
  • Redis