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
0
votes
1 answer

Can you install Windows Messaging on Windows Server Core 2008 R2

We have Windows Server Core 2008 R2. We have successfully installed .NET and the Visual C++ runtimes. Our application requires the ability to post messages to an MSMQ server To be clear we do not want to install MSMQ server on the machine. However…
0
votes
1 answer

How to change default MSMQ Time-To-Reach-Queue time?

We have a problem with Time-To-Reach-Queue being too long in Microsoft Message Queuing on some servers running Windows Server 2008 R2 . How can we change the default time on the servers from 4 days to a lower value? (Copy of:…
Olsenius
  • 1
  • 1
0
votes
1 answer

MSMQ Resilience

I have a requirement for a resilient MSMQ setup on VMWare ESX5. I am aware that we cannot allow the queue storage to be shared as it must be installed on physical disk mount, e.g. it cant be an CIFS or DFS Share. The following constraints apply: We…
Paddy Carroll
  • 237
  • 1
  • 2
  • 11
0
votes
2 answers

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 we change the location?
0
votes
1 answer

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 use/call a MSMQ HTTP service? I have attempted to…
Sai
  • 1
0
votes
1 answer

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 outgoing queue. The outgoing queue says "waiting to…
0
votes
1 answer

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 problem. I get plenty of queues listed, but missing…
Brian
  • 21
  • 3
0
votes
2 answers

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 messages in order to set the MaxTimeToReceive property…
Nishkar
  • 3
  • 2
0
votes
2 answers

MSMQ Clustering

Is MSMQ Clustering only available in the Enterprise Edition of windows Server ?
Kaju
0
votes
2 answers

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?
Kyle Brandt
  • 82,107
  • 71
  • 302
  • 444
0
votes
2 answers

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 that mean that in de security tab of the queue,…
Lieven Cardoen
  • 517
  • 2
  • 8
  • 17
0
votes
1 answer

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 site (network service account). I want my queue to…
Lieven Cardoen
  • 517
  • 2
  • 8
  • 17
0
votes
1 answer

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 with Win2003 able to act as that? And then, how do…
NealWalters
  • 1,273
  • 7
  • 18
  • 39
-1
votes
1 answer

MSMQ messages disappear for local System

I am using non transnational MSMQ message and all the message are being received in Queue but after 1-2 minutes all the message being disappeared and this is happening on iis application 2.0 and the same thing working fine using visual studio.
Ramesh Chand
  • 251
  • 2
  • 10
-1
votes
3 answers

The Message Queuing service failed to join the computer's domain 'DOMAIN' Error 0xc00e0025

Struggling to get MSMQ installed in Domain Integration mode on Windows 2012 (Azure). So far, I've provisioned a brand new Windows Server 2012 (R2) machine on the Azure platform and installed the Active Directory role and promoted the machine to a…
1 2 3 4 5
6