Wikipedia article Enabling MSMQ on Windows Server 2008 General Message Queue article System.Messaging reference
2
votes
1answer
17 views
MSMQ Disaster Recovery - How to recover message queues from a crashed machine?
How can message queues be recovered from a crashed machine, so that transactional messages can be restored on a new machine?
0
votes
2answers
43 views
Move clustered MSMQ storage location
We have a two-node active/passive Windows 2003 cluster running MSMQ among other things. Windows picked the Quorum drive to store the queue messages, but this drive has VERY limited disk space. How can ...
0
votes
1answer
60 views
MSMQ HTTP server communication with non-.NET clients
Is MSMQ compatible with non .NET platforms? I have an MSMQ service hosted by IIS for HTTP support, and would like to see if an SAP system is able to access it. Is it possible for an SAP system to ...
0
votes
1answer
63 views
Clustered MSMQ can't send to queue in another forest
I have MSMQ running on a two-node Windows 2003 cluster. When I try to send transactional messages to a queue on a Windows 2008 server in another forest, the messages get stuck in the cluster's ...
1
vote
1answer
63 views
What is the MSMQ-Container feature and why doesn't it exist on Windows 2008 R2
I'm trying to script the setup of a web-server role for our application using PowerShell & dism.
The application requires the following features for MSMQ support (excluding IIS features for ...
1
vote
2answers
51 views
MSMQ and 64-bit Dependent Clients?
We're in the process of upgrading servers to 64-bit versions of the windows operating system. We encountered the "msmq dependent clients cannot be installed on 64-bit computers" issue the other day. I ...
1
vote
4answers
96 views
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 ...
1
vote
1answer
255 views
Configuring transactional MSMQ on load-balanced servers
I've got a solution running on a single server right now that uses transactional private queues (msmq/wcf). Windows services consume and process messages on the queues, and the web application layer ...
2
votes
1answer
159 views
MSMQ Disaster Recovery
I'm looking into utilizing MSMQ in our enterprise applications. The one area I haven't been able to find information on is with disaster-recovery.
Scenario
A fire has broken out in the server room. ...
0
votes
1answer
376 views
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 ...
1
vote
1answer
263 views
MSMQ communication between different servers
I'm running into a permissions issue that I think is related to domain permissions/active directory but I'm a developer and not a systems person.
I have an MSMQ queue configured on a Windows 2003 ...
3
votes
1answer
60 views
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 ...
0
votes
3answers
127 views
MSMQ write taking > 1 minute
We have an ongoing problem with message writes to MSMQ being very slow. Our queue is on Windows Server 2008 SP2. The queue is a public queue, addressed at "servername\queuename".
The code to send a ...
0
votes
1answer
177 views
WMI missing MSMQ queue name
Running the following query in WMI fails to return 2 queues that are active on the computer.
SELECT Name,messagesinqueue FROM Win32_PerfRawdata_MSMQ_MSMQQueue
Anyone know what could be causing this ...
0
votes
1answer
204 views
MSMQ - How can I set the message expiration externally?
How can I make MSMQ automatically expire messages if they have been waiting in a queue for longer than a period of time, say, 30 minutes?
We don't have control of the system that creates these ...
0
votes
2answers
320 views
What happens to MSMQ messages sent when a user does not have permissions to a Queue
Doing some testing, it looks like if I try and send a message to a queue that the user is denied the "Send Message" permission on, the message that was sent just disappears. It doesn't show up in the ...
1
vote
2answers
727 views
is there a way to see only the Message Queuing section of Computer Management?
frequently because I'm debugging Windows services that use MSMQ,
i need to review the Private Queues ...
I open Computer Management,
expand Services and Applications,
then expand Message Queuing ...
0
votes
2answers
81 views
0
votes
2answers
901 views
win2008 r2 enterprise “Message Queuing” “Access is denied” “The list of messages cannot be retrieved”
on my win7, I run compmgmt.msc and drill to a private queue
folder ... when I click "Queue messages" or "Journal messages",
I either see the messages, or "There are no items to show in this view".
...
1
vote
1answer
295 views
Is it possible to cluster MSMQ on VMWare VMs?
We have two Biztalk 2010 virtual servers configured to use MSMQ. We would like to cluster the two servers together for fail over purposes. We have been told that you cannot cluster MSMQ in a virtual ...
1
vote
2answers
156 views
Can a private MSMQ queue be renamed?
Can you rename an existing private MSMQ queue on Windows Server 2003?
0
votes
2answers
426 views
Install MSMQ via a Group Policy
Is there a way to install MSMQ via Group policy in Windows Server 2008 R2?
Perhaps running ocsetup MSMQ-Container;MSMQ-Server as a startup script?
2
votes
2answers
693 views
Access Denied When Editing MSMQ Messsage Queuing Properties
I'm trying to adjust Message Queuing properties (specifically, message storage limits) via Computer Management on my machine. It fails with the following message:
The properties of cannot be set.
...
0
votes
1answer
234 views
Put MSMQ storage on D-drive
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 ...
0
votes
2answers
277 views
Unable to start MSMQ on Windows XP after reinstalling
I recently had a powercut and my machine ran scandisk on restart.
After rebooting into Windows XP MSMQ service could not start.
I have uninstalled then reinstalled the MSMQ Component through ...
1
vote
1answer
193 views
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?
0
votes
2answers
374 views
MSMQ Install / Download
Searched high and low with no success
How can I install MSMQ? I tried doing AddNewProgram->Windows Components etc but was not successful
2
votes
4answers
2k views
Windows Failover Cluster for MSMQ without SAN?
Is it possible to create a 3 node Windows Server 2008 R2 failover cluster without a SAN?
Our goal is to create a clustered MSMQ without any single points of failure. Ideally, the stored messages ...
1
vote
3answers
335 views
0
votes
2answers
195 views
Msmq authentication from asp.net site
If you have an asp.net site sending messages to a remote queue, how do you handle authentication. If Windows Authentication is turned off, the network service sends a message to the remote queue. Does ...
0
votes
1answer
311 views
Sending messages to a Msmq queue accepting a password
Isn't it possible to set a password on a message and congifure the msmq queue to accept messages with that password? I'm having trouble configuring my remote queue to accept messages from an asp.net ...
0
votes
1answer
126 views
Message Queueing broken - Configuration MMC is missing now too
Help! I have a Windows Server 2003 partition that was running yesterday with no problems. It has the message queueing component installed, and I had four private message queues in it.
I did some ...
0
votes
2answers
673 views
Does msmq have an interface?
I've used MSMQ on a Windows 2003 server before and noticed I could monitor the public and private queues.
Does anyone know if you can do this on Windows 2008 server? If so, how do I access it ...
0
votes
1answer
158 views
Connecting two Windows XP with MSMQ
I have MSMQ installed on two Windows XP computers. Can I configure them to pass messages back and forth, or do I need an MSMQ server in the middle?
If I need an MSMQ server, does the normal MSMQ ...
0
votes
1answer
468 views
How do you manage private queue permissions on a windows server 2008 cluster?
On windows server 2003 there was an option to allow a resource to interact with the desktop, this allowed you to run computer management mmc snap-in on the virtual name of the cluster, allowing you to ...
1
vote
1answer
1k views
MSMQ on Win2008 R2 won't receive messages from older clients
I'm battling a really weird problem here. I have a Windows 2008 R2 server with Message Queueing installed. On another machine, running Windows 2003 is a service that is set up to send messages to a ...
5
votes
3answers
2k views
MSMQ very slow to receive messages
We've got a pretty large MSMQ environment setup which today decided to grind to a halt.
(Everything is a VM under vSphere 4.0 Update 1)
There are 8 Web Servers which receive data from clients on the ...
2
votes
2answers
200 views
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, ...
1
vote
1answer
103 views
What security considerations should I be aware of when using MSMQ?
I am currently evaluating whether MSMQ is going to be suitable for use in an application that is sold to large companies. MSMQ will be used to send messages between multiple processes on the same ...
0
votes
2answers
120 views
Encrypting MSMQ
So I want to do asynchronous, disconnected, across-the-Internet messaging with WCF. Probably due to my background in Apache ActiveMQ, I'm looking at MSMQ for this.
In ActiveMQ, it was a simple thing ...
1
vote
1answer
511 views
How do I automate installation of the MSMQ components on a Windows client?
I'm looking at message queueing for client/server communication in a new product. One of the problems with MSMQ is that it's not installed by default on most Windows desktops, and that it doesn't seem ...
2
votes
2answers
424 views
How to delete MS Message Queue from Active Directory - Error A queue with the same path name already exists
I deleted a Public Queue from my local box this morning and then went to recreate the queue. When I go to recreate it I get the message: Error: A queue with the same path name already exists
From ...
1
vote
3answers
845 views
Installing Windows Message Queue in Windows Server 2003
How can I install Windows Message Queue that can be accessed from another computer.
I've already installed MQ server, it displays correctly in Computer Management, but I was unable to connect to it ...
1
vote
3answers
1k views
Escaping characters in Nagios for NC_Net
I'm trying to monitor an MSMQ queue counter using Nagios (3.0.1). The remote server is running NC_Net. The check_command config looks like this:
check_command check_nt!COUNTER!-l "\\MSMQ ...