-
Notifications
You must be signed in to change notification settings - Fork 14
Transports
Brian Lehnen edited this page Apr 9, 2021
·
9 revisions
Transports store the messages sent by producers. Consumers de-queue messages from the transport.
SQL server 2008 or higher should be all that's required.
This has been tested on
Ubuntu / Redis 3.0.2
The core SQLite C# driver is used; tested on version 1.0.101
Postgre 9.5+ is required. Tested on windows.
LiteDb 5.0+ is required. Tested on windows. #####Potential future transports
Have not started investigation.
A proof of concept has been created; however, a .net async client is required for full implementation and one does not yet exist.
For any issues please use the GitHub issues