Simple ASP.NET web API for fibonacci seq calculation with RabbitMq (i.e. calculation result will be sended in rabbitmq queue, after that second app will read it).
Required user secrets file to run (offical doc). It should have following structure:
{
"RabbitMQ": {
"NodeIp": "",
"Port": ,
"UserName": "",
"Password": ""
}
}