At MonsterASP.net, how is the support for RabbitMQ?
In my ASP.NET Core app, I need RabbitMQ, and I have two options:
- Either host both my app and RabbitMQ on MonsertASP.net, or
- Use an external RabbitMQ hosting CloudAMQP for example and have my app connect to CloudAMQP.
But even in the 2nd case, I think MonsertASP.net must allow some ports to be used, due to how the RabbitMQ protocol works, not sure exactly.
Thank you,