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

    Dec 30, 2008 · I need to work with MSMQ (Microsoft Message Queuing). What is it, what is it for, how does it work? How is it different from web services?

  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 process …

  3. 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 empty or not using the …

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

    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 binding? …

  5. MSMQ: What can cause a "Insufficient resources to perform operation ...

    Nov 13, 2009 · MSMQ users now require write access to this folder, which is normally restricted to administrators. As a result, attempts to send messages via MSMQ APIs might fail with resource errors.

  6. 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 subdirectories.

  7. 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?

  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 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 me r...

  10. .net - Writing to a remote MSMQ - Stack Overflow

    Jun 10, 2011 · Yes, you need MSMQ installed locally to write to a remote queue. If you're writing to a private queue, take a look at this page which has useful information on how to format the queue …