About 1,490,000 results
Open links in new tab
  1. What is Microsoft Message Queuing (MSMQ)? How does it work?

    Dec 30, 2008 · MSMQ has it's own limitations. MSMQ 1.0 and MSMQ 2.0 had a 4MB message limit. This restriction was lifted off with MSMQ 3.0. Message oriented Middleware (MOM) is a …

  2. How can I see MSMQ in local Computer Management interface?

    I'm trying to debug an application that uses Microsoft Message Queuing (MSMQ). I can debug the queues on my development server using a remote desktop connection, but can't repeat the …

  3. MSMQ Messages Are Stuck In The Outgoing Queue - Stack Overflow

    Oct 28, 2010 · MSMQ will silently refuse messages if the server's journal queue backlog exceeds 1GB in size. This can be validated by looking at C:\Windows\System32\MSMQ\ and its …

  4. Using MSMQ over HTTP. How to address the queue? - Stack …

    MSMQ calls over HTTP not reaching destination queue How to setup MSMQ server so that it can be accessed over the Internet How to use MSMQ over http through the respective WCF …

  5. Is there a way to check how many messages are in a MSMQ Queue?

    Oct 6, 2010 · 41 I was wondering if there is a way to programmatically check how many messages are in a private or public MSMQ using C#? I have code that checks if a queue is …

  6. MSMQ Message Viewer? - Stack Overflow

    I have messages in a MSMQ queue and I would like to view the full message. I know I can write code to peek the queue, but was wondering if there is a viewer that already exists that will let …

  7. MSMQ: What can cause a "Insufficient resources to perform …

    Nov 13, 2009 · Good instructions. Although I would still set a limit ... leaving it to become as "large as possible" gives the risk of filling up your hard drive. That might in turn cause even more …

  8. The bare minimum needed to write a MSMQ sample application

    Jun 18, 2012 · As MSMQ passes things around as serialized objects, you have to tell it how to deserialize the objects its received into their original form.

  9. msmq - Access to Message Queuing system is denied - Stack …

    Mar 21, 2014 · I am trying to access queue message from my host, while trying to get message i am getting "Access to Message Queuing system is denied." message. Don't know how to …

  10. MSMQ works on TCP or UDP? - Stack Overflow

    May 14, 2009 · i want to know that MSMQ (Microsoft Messaging Queue) works on TCP or UDP?? and on what ports?