Is it possible to load balance my subscriber worker nodes without using a distributor? Here's what I am thinking:
Instead of having my distributor subscribe to a publication, and having each worker node "report for duty" to handle messages, what if I just put each worker node behind a Virtual IP, and subsrcibe this Virtual IP to the publication? Can you send MSMQ messages to a machine behind a Virtual IP?