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.

Should I use MSMQ or SQL Service Broker for transactions?

I've been asked by my team leader to investigate MSMQ as an option for the new version of our product. …

sql transactions msmq service-broker
Tibco EMS vs. MSMQ vs. MQ

Could not find an answer on this question, so would like to initiate this: Tibco EMS vs. MSMQ vs. MQ. …

wcf msmq tibco mq ems
Java and MSMQ

I was curious if anyone had any suggestions on a Java library that provides access to MSMQ? I've downloaded the …

java interop msmq
c#. MSMQ .The max size of a single message

Using msmq I want to send a message (near 1 GB). I want to send array of bytes. But I can …

c# size message msmq
How to research unmanaged memory leaks in .NET?

I have a WCF service running over MSMQ. Memory gradually increases over time, indicating that there is some sort of …

c# sql-server wcf memory-leaks msmq
Processing MSMQ Message in Windows Service

I have a windows service for processing the MSMQ messages. It relies on the following logic · There is a timer …

c# .net wcf windows-services msmq
MSMQ and polling to receive messages?

I've got a windows service that does some image conversion. It works by firing off when any file (in a …

.net msmq
How do I handle message failure in MSMQ bindings for WCF

I have create a WCF service and am utilising netMsmqBinding binding. This is a simple service that passes a Dto …

.net wcf msmq
How to process MSMQ messages in parallel

I'm writing a windows service to consume MSMQ messages. The service will have periods of high activity (80k messages coming …

.net-4.0 parallel-processing msmq task-parallel-library