In the demo you will send and receive messages from Azure Service Bus
- Open folder
Nodejs
from VS Code - Update hardcoded connection string in
.env
- Run the following command to send message node .\send.js
- Run the following command to receive message node .\receive.js