Running the .NET AMQP example

Pre-requisites:

All of this can be done on Linux, Mac and... Windows

https://www.microsoft.com/net/core

https://code.visualstudio.com

https://github.com/PowerShell/PowerShell/

running the example

../../../../../bin/artemis create ./server1 --user a --password a --role a --allow-anonymous --force ./server1/bin/artemis-service start

Or simply use the start-broker.sh script on this directory

../../../../../bin/artemis queue create --name test-topic --auto-create-address --multicast --preserve-on-no-consumers --durable --address test-topic

You need call restore to download AMQP Library and build it. Restore is part of NuGET which is sort of the Maven Repo for Java devs.

sh dotnet restore dotnet build dotnet run

Or simply use the run-example.sh script on this directory

Visual Studio Code will make it fairly easy to do it