Thread: Общие вопросы (General Questions)/Using the Distributor Service

Using the Distributor Service
Using the Distributor Service



Re: Using the Distributor Service
Explanation how to do it using a remote queue:

Enterprise Library 5 Logging using MSMQ




Re: Using the Distributor Service
Load-balancing MSMQ - a brief discussion

There are several ways of load balancing MSMQ with varying levels of support and efficiency, including:

  1. A hardware load balancer (load-balancing on the wire)
  2. DNS Round Robin (load-balancing at the outgoing queue)
  3. Software-implemented Round Robin (load-balancing within the sending application)




Re: Using the Distributor Service
How to help outgoing queues scale in MSMQ