Top "Msmq" questions

Microsoft Message Queuing (MSMQ) is a message queuing implementation developed by Microsoft and deployed as part of its Windows platform since 1996.

How can I remove messages from a queue?

I have messages that get stuck in queue and I am looking for a way to programmatically remove them. Is …

c# msmq
The queue does not exist or you do not have sufficient permissions to perform the operation. exception while sending message via MSMQ

I have created a function to send message via MSMQ but getting exception while executing. below is my function. public …

.net message-queue msmq send system.messaging
Alternatives to NServiceBus that doesn't use MSMQ

I think the title sums it all .... We have a .NET 2.0 system trying to implement a distributed pub/ sub model. …

.net architecture msmq servicebus
MSMQ one (queue) to many (listeners) scenario

I have this scenario: One client sends a message into a msmq queue instance and there are 3 processes which listen …

c# .net msmq
programmatically add private queues in MSMQ

I have list of over 20 queues that needs to be added as private queue in MSMQ. Is there a way …

c# command-line msmq
WCF in IIS, using MSMQ in workgroup mode

I've been trying out MSMQ with WCF, but I can't seem to get it to work properly. I've got the …

c# wcf iis msmq
How to read msmq messages (me, not the pc)

I want to look inside my queues, the msm console snapin has this property dialog, but it is very difficult …

msmq
WCF net.msmq service auto activation

I have to WCF services which use the net.msmq protocol, hosted in IIS 7. My problem is that the services …

wcf msmq
WCF MSMQ binding with an IIS service - how to instantiate the service?

I have a WCF service with netMsmqBinding. My client can send messages to my queue, and when the service is …

wcf iis msmq msmq-wcf
MSMQ Issue reading remote private queues (again)

Ok my issue is similar to How to receive message from a private workgroup queue (and I am basically using …

windows-7 windows-xp msmq