I'm migrating a SQL Server which uses the locally installed MSMQ service to send messages only. There are no local message queues. So right now, both the server and MSMQ service it uses are sql1 to the external world.
Once I move it to a cluster, obviously the SQL and MSMQ would present as different virtual names and IPs to the external world. Will this prevent the SQL server from being able to use the local(on the node) MSMQ service from sending messages? Are there other problems I may need to consider in this situation?
Thank you!