The dynamic-queue library is very handy to manage the Message Queues. This project is the exact port of dynamic-queue for .Net Core. For the full details about the dynamic-queue, please visit the dynamic-queue.
The framework has built using C# 6.0 and .Net Core 2.1.
As in .Net Core we do not have the classic ***.config file for the configuration, now it is based on the ***.json file. The default implementation of the interface IQueueConfigurationProvider has been added to read the configuration from the ***.json file.
If you want to run the code in Visual Studio or any other .Net IDE, just download the source code, restore the nuget packages, update the configuration and you are good to go.
