When sending to a remote MSMQ, from a clustered server is it necessary to cluster MSMQ on the sending servers, or do we just need to install the components locally on each node?
We are attempting to send from within MS SQL, using a CLR Stored Procedure but getting an error. This works in local development on a single machine, but when deployed to a clustered SQL Server the Stored Proc fails to run with the error:
Message Queue service is not available
Trying to determine whether it is 100% necessary to cluster the MSMQ to get this working - At the moment the CLR Sproc can't send to any local or private queue when running from the cluster, even if that specific node has MSMQ Components installed