I am totally new at clustering and need your help. It took me ages to try and learn and get things going and hope ive done it..... but we will see! completely stressed and only had 8 hours of sleep over 3 days trying to get this all done.
The entire environment is in a virtual system (VMware unfortunately).
I have:
DC
NodeA
NodeB
VSAN (Virtual SAN)
all joined to the domain
NodeA and B are clustered.
all running WS2008R2 EE
I have also, believe, to have clustered MSMQ and given it the name "ClusteredMSMQ"
I need some clarifications at this stage....
Messages will be coming in from some external source (or maybe for this demo purpose, from another computer within the domain). These will be placed on the Clustered MSMQ (for failover reasons).
I have written a WCF self hosted app which simply reads the messages from the queue.
It works fine when you have ComputerA sending to ComputerB's private queue. So the sender app is on ComputerA and the receiver app is on ComputerB
Now, I want to host this self hosting WCF app so that it can receive those messages being placed on the clustered MSMQ.
how do I do this? Where do I host the app? On both nodes? or on ComputerB?
Also how should I setup the MSMQ on the cluster? I installed it on both nodes with the same features (default) and then created a private queue on each and then clustered it. Is this correct or am i missing something?
The entire environment is in a virtual system (VMware unfortunately).
I have:
DC
NodeA
NodeB
VSAN (Virtual SAN)
all joined to the domain
NodeA and B are clustered.
all running WS2008R2 EE
I have also, believe, to have clustered MSMQ and given it the name "ClusteredMSMQ"
I need some clarifications at this stage....
Messages will be coming in from some external source (or maybe for this demo purpose, from another computer within the domain). These will be placed on the Clustered MSMQ (for failover reasons).
I have written a WCF self hosted app which simply reads the messages from the queue.
It works fine when you have ComputerA sending to ComputerB's private queue. So the sender app is on ComputerA and the receiver app is on ComputerB
Now, I want to host this self hosting WCF app so that it can receive those messages being placed on the clustered MSMQ.
how do I do this? Where do I host the app? On both nodes? or on ComputerB?
Also how should I setup the MSMQ on the cluster? I installed it on both nodes with the same features (default) and then created a private queue on each and then clustered it. Is this correct or am i missing something?
Last edited: