Questions tagged [msmq]

Microsoft Message Queuing (MSMQ) is a message queuing implementation developed by Microsoft and deployed as part of its Windows platform since 1996. MSMQ is included on most versions of Windows but it's not installed by default.

90 questions
4
votes
2 answers

Can a private MSMQ queue be renamed?

Can you rename an existing private MSMQ queue on Windows Server 2003?
Dan Appleyard
  • 313
  • 2
  • 10
3
votes
2 answers

How to determine whether MSMQ is in Domain Mode or not

How do I check if Microsoft Queueing MSMQ has been installed in Domain Mode or not?
LL020
  • 41
  • 2
  • 6
3
votes
1 answer

"Message queue service not available" in Windows Failover Cluster

I am debugging on a site where our application runs on a 3-node failover cluster with an MSMQ cluster group for message queueing. We are seeing that the system works on some combinations of nodes, but not all, thus fail over security is not as good…
Kenned
  • 403
  • 4
  • 11
3
votes
2 answers

How to load MSMQ cmdlets in Windows 7?

Technet has a nice article (Windows PowerShell for Windows Server 2012 and Windows 8) listing a myriad of PowerShell cmdlets available on the latest OSes. Often there are easy (or not so easy:-) ways to backport some of those to earlier OSes. In…
Michael Sorens
  • 445
  • 2
  • 6
  • 17
3
votes
3 answers

How to retrieve names of all private MSMQ queues - efficiently?

How can I retrieve the names of all of the private MSMQ queues on the local machine, without using System.Messaging.MessageQueue.GetPrivateQueuesByMachine(".")? I'm using PowerShell so any solution using COM, WMI, or .NET is acceptable, although the…
Damian Powell
  • 325
  • 2
  • 5
  • 10
3
votes
3 answers

High Availability Options for MSMQ

We plan to develop a highly available system based on Microsoft Message Queuing (MSMQ). Currently we are collecting high availability options for MSMQ. We plan to use Windows Server 2008R2 as the underlying operating system. Which specific…
Karl
  • 31
  • 1
  • 3
3
votes
2 answers

MSMQ via HTTP - Why do we need TCP Port 1801?

Context: MSMQ, Windows Server 2008 (either "regular" or "R2" editions) According to MS online documentation here: http://technet.microsoft.com/en-gb/library/cc725576%28WS.10%29.aspx MSMQ messages can be transferred over HTTP. However, the ports…
Ron Klein
  • 204
  • 1
  • 6
  • 16
3
votes
1 answer

What is the difference between an independent client and a dependent client in terms of MSMQ

I have a client that has a server (server A) that has a .net app that is trying to write to a MSMQ on another server (server B). They are getting the error "MSMQ independent clients cannot serve MSMQ dependent clients". What is the difference…
Dan Appleyard
  • 313
  • 2
  • 10
3
votes
1 answer

MSMQ folder on Default Web Site

What is the MSMQ folder under C:\inetpub\wwwroot ?? I'm assuming it stands for Microsoft Message Queuing. What is the purpose of this folder under the Default Web Site on IIs 7.5?
3
votes
2 answers

How to determine MSMQ 3.0 Capacity and Server Specifications?

I am trying to determine the resources needed for our MSMQ servers and am getting confused reading the documentation. For example, can MSMQ 3.0 store 25GB of messages (average message size 15K) and, if so, what are the server specifications required…
IdahoX
  • 95
  • 1
  • 6
2
votes
2 answers

DISM fails to install MSMQ HTTP with 0x800f0922

Trying to install Windows Feature MSMQ-HTTP via DISM DISM /NoRestart /ONLINE /Enable-Feature /All /FeatureName:MSMQ-HTTP fails with Error: 0x800f0922 DISM failed. No operation was performed. For more information, review the log file. The DISM…
fiat
  • 797
  • 11
  • 16
2
votes
3 answers

MSMQ Version Details Using Windows Command

Is there any command which helps in getting the Version Of MSMQ software installed on Windows server 2008? In my scenario MSMQ registry path is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Parameters\ . I Tried the below command but it gave the sub…
vikas
  • 349
  • 3
  • 6
  • 13
2
votes
0 answers

How to monitor MSMQ perfomance counters for different roles in windows cluster

By default it is not possible to view perf counters for clusterd instance of MSMQ in windows cluster. The solution is to create a registry key NetNameForPerfCounters and assign role name to it. This way it is possible to monitor only one role per…
2
votes
1 answer

Windows 7 clients connecting to MSMQ on Windows XP box fail - Seems like it is RPC failing

I have a XP box running some MSMQ public queues. Windows 7 clients cant connect to these, however Windows XP clients can. When connecting from my Windows 7 client with a MSMQ Queue Explorer program, I get the following error message: When setting…
Chris Dale
  • 1,553
  • 2
  • 12
  • 22
2
votes
1 answer

What does it mean when update sequence numbers, original and current, are always not equal?

I have two domain controllers, one where the USN in question is always the same values (current and original), while the other one the original USN is roughly 6 numbers lower than the current value. What does this mean? How could this potentially…
Chris Dale
  • 1,553
  • 2
  • 12
  • 22