Tagged Questions

2
votes
2answers
481 views

Proper use of Message Queue on 2008R2

I am not a programmer but I am trying to help them out by giving them some guidance. We no longer have any in house expertise on msmq. We are trying to use this to integrate some functions with a ...
2
votes
2answers
525 views

Creating a private MSMQ queue in a Microsoft Cluster via a script

We are migrating to Windows 2008 R2 Standard and will be using a Microsoft Clustering (active-passive) configuration. Our application is heavily dependent on MSMQ private queues and our install ...
1
vote
1answer
465 views

MSMQ on Windows Server 2008 R2

I have installed MSMQ on Win 2008 Server R2 and it has no public queue node. Do you know how to fix this? Server runs in a domain. Domain controller is Win 2003.
1
vote
4answers
1k views

Why can't I receive a message from my remote public transactional queue?

I'm using C# on Windows Server 2008, and I want to receive a message from a public transactional queue on another machine in the same domain. The error looks like this: ...
0
votes
1answer
79 views

Why is nservicebus ignoring my subscription message?

I have two simple console applications to integrate nservicebus. One is a publisher, the other a subscriber. The subscriber in the case also receives other messages via Send() from yet another web ...
0
votes
2answers
138 views

MSMQ service does not recover when restarted with Recoverable message on queue

I have a private, non-transactional message queue running on Win2008 R2. The queue breaks when I do the following: Place a recoverable message on a queue like so: Message msg = new Message { Body ...
0
votes
1answer
184 views

Classic ASP page cannot send message to remote private queue on windows 2008 r2

I have IIS7.5 server (Windows 2008 R2) with a classic ASP page that sends a message to private queue that is located on another Windows 2008 R2 server. The page refers to queue by its formatname: ...