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 to increase number of messages that can be stored in MSMQ

We have a number of MSMQ queues throughout our system, both private and public queues. Sometimes a windows service that …

msmq msmq-wcf
MSMQ COM API in C#

What is the best way to use MSMQManagement from C#? I need the ability to peek and purge a local …

c# com msmq
RabbitMQ Vs. MSMQ for Microsoft Azure Cloud Platform

I would like to use a Message-Oriented-Middleware (MOM) with Microsoft Azure cloud platform. I've done a little comparison between RabbitMQ …

azure rabbitmq msmq mom
MSMQ receive with transaction - rollback not making message available again

I have this in a class called "MessageQueueReceive". public MessageQueueTransaction BlockingReceive(out Message message) { MessageQueueTransaction tran = null; message = null; tran = …

c# .net transactions msmq message-queue
Key Benefits of MSMQ

I have seen many socket application in which there is use of MSMQ. But when I go in details I …

c# .net msmq
How to configure MessageEndpointMapping by namespace in NServiceBus

I am trying to configure my message endpoint mapping in my NServiceBus configuration by sending messages from different namespaces to …

msmq messaging nservicebus
MSMQ Get All Private Queues

Is there any way to get all of the queues on MSMQ 5.0 using .NET 4.0? Cheers.

c#-4.0 msmq
Routing MSMQ messages from one queue to another

Is there some standard configuration setting, service, or tool that accepts messages from one queue and moves them on to …

msmq biztalk
Message Queues with different message types

I'm investigating Microsoft Message Queues for doing inter-process cross-network messaging. But when I receive a message, I don't know a …

c# msmq
Including MSMQ as a prerequisite for my application

I'm working on an application that uses MSMQ for interprocess communication, and I need the setup project to be able …

deployment msmq