MSMQ Resilience
Posted
by
Paddy Carroll
on Server Fault
See other posts from Server Fault
or by Paddy Carroll
Published on 2012-11-19T09:58:04Z
Indexed on
2012/11/19
11:11 UTC
Read the original article
Hit count: 470
I have a requirement for a resilient MSMQ setup on VMWare ESX5. I am aware that we cannot allow the queue storage to be shared as it must be installed on physical disk mount, e.g. it cant be an CIFS or DFS Share. The following constraints apply: We don't use windows clustering We dont't rely on hot standbys
Is there a way I can replicate the queue storage to another platform so that it can assume MSMQ duties on failure of the primary platforms using any method including queue forwarding?
© Server Fault or respective owner