How to access RabbitMQ cluster configured on Azure AKS?

后端 未结 0 1115
梦毁少年i
梦毁少年i 2020-12-30 19:26
[HttpGet]
[Route("api/sender")]
public string Sender(string message, string hostName)
{
  try
    {
       Send("myQ1", message, hostName);
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题