We have a two node cluster (Server 2016 datacenter) where I've added the MSMQ cluster role. I have two networks this cluster can talk to, 192.168.0.0 and 10.10.0.0. The message queuing role has both cluster IPs added as dependencies. If I run netstat (netstat -abno | findstr 1801) I can see the 192.168.0.0 address is listening on port 1801 but not the 10.10.0.0 cluster IP. I've tried adding the "BindInterfaceIP" string to the below reg key but it doesn't change anything. I've went as far as rebooting both nodes after making the registry changes. The firewall is completely turned off on both nodes. I feel like I'm missing something small to make the cluster listen on the 10.10.0.0 IP as well as the 192.168.0.0 IP. Has anyone seen this before or have an idea on what else to try?
Registry Key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Clustered QMs\<Clustered Message Queuing Name>\Parameters