Changing MSMQ Multicast Address
You only need to change an MSMQ Multicast address if it conflicts with another multicast address. Otherwise, it is not recommended to change this address.
If you must modify the MSMQ Multicast address, be sure to review multicast address information documented in Responder Communication Framework. This information is critical to ensuring you set the multicast address properly.
If you are changing the MSMQ Multicast address, in the <applicationSettings> section of the Responder Explorer, Data Services, and Prediction Services configuration files, change the value for MsmqMulticastAddress. See Control Network Interface Binding for additional specific steps.
<Miner.Responder.PubSub.Properties.Settings>
<setting name="MsmqMulticastAddress" serializeAs="String">
<value>239.254.0.0:8005</value>
</setting>
If you are using the PubSubViewer, in the <applicationSettings> section of the ResponderPubSubViewer.exe configuration file, add the following setting:
<add key="MsmqMulticastAddress" value="239.254.0.0:8005"/>
The value should have the same Multicast Address that was changed in the Explorer, Data Services, and Prediction Services configuration files.