Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiagobarradas/azure-mq-demo

Azure MQ - Basic Demo
https://github.com/thiagobarradas/azure-mq-demo

async asynchronous azure azure-mq azuremq demo dotnet-core dotnet-core2 message-queue microsoft mq queue

Last synced: 14 days ago
JSON representation

Azure MQ - Basic Demo

Awesome Lists containing this project

README

        

# Azure MQ - Demo

Basic commands demo with dotnet core 2:

- Connect with azure storage;
- Create simple queue;
- Get queue message count;
- Add simple message ;
- Get message with visibility timeout;
- Give back message ('nack');
- Delete message ('ack');

:)