NServicebus DNS Entry for Machine location
Posted
by Paul Oakham
on Stack Overflow
See other posts from Stack Overflow
or by Paul Oakham
Published on 2010-04-30T04:43:33Z
Indexed on
2010/04/30
4:47 UTC
Read the original article
Hit count: 249
Hi Guys,
I am trying to use a DNS entry for my NServicebus queue endpoint but no messages are being sent. It works fine when I enter the computer name or an IPAddress. I can ping the record and it resolves correctly so i'm wondering if it is possible to use a DNS record? Here is my config:
<MessageEndpointMappings>
<!--These are the messages which need to be sent to the BusService -->
<add Messages="BusCommon.BusHeartBeatMessage, BusCommon" Endpoint="[email protected]" />
</MessageEndpointMappings>
Thanks
© Stack Overflow or respective owner