Aug 13, 2011
tom

Put MSMQ storage on D-drive

Question

Our production server each have two drives: C for OS and programs, D for our own platform, log files, backups, etc.

We extensively use MSMQ in our platform. I have noticed that the storage folder of MSMQ can be configured and that it’s currently set to the default location on the C-drive.

Since we want all non-OS related things on the D drive (and space on the C drive is tight) I thought it would be a good idea to put the MSMQ storage also there.

Is this a good idea?

Answer

Yes. But its not critical. The MSMQ storage take finite space (one or two GB) so it want explode your C drive.

Related posts:

  1. Is it possible to cluster MSMQ on VMWare VMs?
  2. Install MSMQ via a Group Policy
  3. MSMQ communication between different servers
  4. What is the difference between an independent client and a dependent client in terms of MSMQ
  5. Can a private MSMQ queue be renamed?

Leave a comment