tags:

views:

60

answers:

2

What is the maximum number of queues that can be supported by MSMQ? Does the maximum vary by operating system? Does the maximum vary if the queues are public or private?

+1  A: 

It all depends on the amount of memory you have alloted. but what you can't have are message exceeding 4MB.

Resource Management in MSMQ Applications

http://msdn.microsoft.com/en-us/library/ms811056.aspx

JeremySpouken