1

我正在尝试为我的 NServicebus 队列端点使用 DNS 条目,但没有发送任何消息。当我输入计算机名称或 IP 地址时,它工作正常。我可以 ping 记录并正确解析,所以我想知道是否可以使用 DNS 记录?这是我的配置:

<MessageEndpointMappings>
  <!--These are the messages which need to be sent to the BusService  -->
  <add Messages="BusCommon.BusHeartBeatMessage, BusCommon" Endpoint="BusService@broker.mydomain.com" />
</MessageEndpointMappings>

谢谢

4