We do not want to use the GUI.
I was able to create a queue on the clustered MSMQ instance by creating a C#
program and clustering it but that it is not a way forward since we want to
script the creating of queues.
How do we script creating queues on the clustered MSMQ instance?
Put ClusterUtil.exe on the C: drive, along with the XML file that specifies
what queues to create and permissions to apply. Now create a generic
application resource that runs ClusterUtil.exe. Bring the resource online,
then once it has stopped, remove the resource.
Creating, starting, waiting, and removing cluster resources can all be done
programatically. This is how I do it in my product installer.