This is a simple message sending tool that can help sending messages to platforms like Azure Queues without having to install specific dependencies. Delivered as a self executable this cal help simplify solutions for systems and programs to stream messages.
This repository makes use of Visual Studio Code buy almost any editor will work.
Running from a terminal that has nodejs installed run:
npm install -g azurite
The from the root of the project run:
azurite --silent --location .\ --debug .\debug.log
Example of how to execute the application and send a message.
.\src\Gooi.CLI\bin\Debug\net6.0\Gooi.exe azure-queue --message "Hello Console" --queue "demo" --connection "UseDevelopmentStorage=true"