No enabled application monitor is on behalf of queue XYZ

前端 未结 2 831
无人共我
无人共我 2021-01-16 04:00

I created a console application which will be used by \"Service Broker External Activator\" service. The configuration file in \"C:\\Program Files\\Service Broker\\External

2条回答
  •  梦毁少年i
    2021-01-16 04:36

    The more likely cause for this is that you are using "localhost" in the ServerName element. I just reproduced it in my working example by changing ServerName to localhost.

    The ServerName and the ConnectionString's server MUST be an actual computer name, a machine name specifically, not a DNS name either.

    If you make the ConnectionString's server localhost, then nothing will happen after the service starts. You won't get an error, but activation will not occur.

提交回复
热议问题