Tagged Questions

Wikipedia article Enabling MSMQ on Windows Server 2008 General Message Queue article System.Messaging reference

learn more… | top users | synonyms

1
vote
1answer
50 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 ...
1
vote
1answer
101 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
203 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 ...
0
votes
1answer
160 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
42 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
101 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
95 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
139 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
225 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 ...
0
votes
2answers
439 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
68 views

MSMQ Clustering

Is MSMQ Clustering only available in the Enterprise Edition of windows Server ?
0
votes
2answers
571 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
246 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
126 views

Can a private MSMQ queue be renamed?

Can you rename an existing private MSMQ queue on Windows Server 2003?
0
votes
2answers
331 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?
1
vote
2answers
442 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
183 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
230 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 ...
0
votes
1answer
160 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
314 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
1k 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
278 views

Is Msmq reliable?

Maybe a subjective question, but is Msmq reliable compared to JMS solutions?
0
votes
2answers
174 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
207 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
113 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
527 views

Does msmq how a interface in windows 2008?

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
148 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
414 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
916 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
157 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
94 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
109 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
440 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
380 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
787 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 ...