msmq
MsmqException (0xC00E0051) after 60 seconds
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[详细]
2023-03-20 17:26 分类:问答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:[详细]
2023-03-20 08:59 分类:问答Install Msmq using C#
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??[详细]
2023-03-20 04:55 分类:问答MSMQ: Receiving both positive & negative acknowledgments for delivery of a message
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[详细]
2023-03-18 06:50 分类:问答Message queue considerations - MSMQ storage issue kills current app
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[详细]
2023-03-16 23:40 分类:问答How to reset MSMQ permissions after changing domains
What considerations should be addressed when moving a Microsoft 2003 server with MSMQ installed to another domain?[详细]
2023-03-16 06:05 分类:问答MessageQueueException (0x80004005): Access to Message Queuing system is denied
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[详细]
2023-03-15 20:33 分类:问答MSMQ messages received but not delivered Windows 2008 R2
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[详细]
2023-03-15 16:57 分类:问答Analysizing MSMQ over HTTPS traffic using WireShark - not seeing POST
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[详细]
2023-03-15 15:32 分类:问答(MSMQ) mqsvc.exe doesn't release memory
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.[详细]
2023-03-13 07:56 分类:问答