I am using the netMsmqBinding with a transactional queue, and although the WCF service is called without problems, the service is throwing a MsmqException just 60 seconds after the message is processe
I have a private, non-transactional message queue running on Win2008 R2. The queue breaks when I do the following:
I am creating an installer for an Application that requires MSMQ to be installed, so if MSMQ is not installed, I need to install the msmq. So can MSMQ be installed using C# or any command??
I have a simple C# application that sends a message via MSMQ to a remote server over HTTPS. I have specified a TimeToReachQueue value for the message, and an administration queue so I can receive posi
I am working on two apps that use an MSMQ as a message bus mechanism so that A transfers messages to B. This clearly h开发者_运维问答as to be robust so initially we chose MSMQ to store and transfer th
What considerations should be addressed when moving a Microsoft 2003 server with MSMQ installed to another domain?
I have an exsiting application that works fine on a windows 2003 server.I having been moving it to windows 2008r2 and when the application trys to access the queue it gets the below error?The Indentit
I have a transactional queue called myPrivateTransactionalQueue hosted on a Win2008R2 server called myReceivingServer which should receive messages from another server called mySendingServer. When the
I am troubleshooting an issue where MSMQ messages are stuck in an outbound queue (queue saying Waiting to Connect). In order to troubleshoot I am running WireShark to see exactly what is being pushed
MSDN Thread Hi, all. First of all, please excuse any english language mistakes in the following description, because, I\'m not a native speaker and well, I can\'t write it perfectly.