gpreviatti / azure-messaging-tools-samples

Basic project with implementation sample projects provides by Microsoft documentation of common messaging tools of azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure messaging tools samples

Basic project with implementation sample projects provides by Microsoft documentation of common messaging tools of azure

Service Bus

Queue

Link reference

How to use

To send messages

servicebus-queue-send-win-x64.exe "<connection string>" "<queue-name>" "<message>" "<times to send message>"

To listen messages

servicebus-queue-receive-win-x64.exe "<connection string>" "<queue name>"

Topic

Link reference

To send messages

servicebus-topic-send-win-x64.exe "<connection string>" "<topic name>" "<message>" "<times to send message>"

To listen messages

servicebus-topic-receive-win-x64.exe "<connection string>" "<topic name>"

Event Hub

Link reference

To send messages

eventhub-send-win-x64.exe "<connection string>" "<message>" "<times to send message>"

To listen messages

eventhub-receive-win-x64.exe "<connection string>" "<consumer group>" "<timout>"

About

Basic project with implementation sample projects provides by Microsoft documentation of common messaging tools of azure

License:MIT License


Languages

Language:C# 100.0%