Can you use a NLB address in a MSMQ call?
We have three BizTalk servers, with a NLB address for them.
Would a MSMQ call to the NLB address, rather than the individual server address work?
Can you use a NLB address in a MSMQ call?
We have three BizTalk servers, with a NLB address for them.
Would a MSMQ call to the NLB address, rather than the individual server address work?
Yes, this is possible and it is easy to setup (or even without any configuration) if you are using Non-transactional messaging.
Microsoft provides an excellent article about this topic: How Message Queuing can function over Network Load Balancing (NLB)