Tagged Questions
2
votes
1answer
420 views
windows QUEUE MESSAGES error on open - The list of messages cannot be retrieved. Error: Access is denied
Problem:
When opening windows "QUEUE MESSAGES" on windows server 2003 I received the error message
"The list of messages cannot be retrieved. Error: Access is denied"
Why?
Recreated following ...
0
votes
1answer
188 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
587 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
100 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 ...
1
vote
2answers
274 views
Can a private MSMQ queue be renamed?
Can you rename an existing private MSMQ queue on Windows Server 2003?
0
votes
1answer
186 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 ...
1
vote
2answers
2k 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 ...
3
votes
2answers
304 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, ...
2
votes
3answers
1k 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 ...