我正在尝试为我的NServicebus队列端点使用DNS条目,但是没有消息被发送。输入计算机名称或IPAddress时,它工作正常。我可以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>
由于