Microsoft Message Queuing (MSMQ) is a message queuing implementation developed by Microsoft and deployed as part of its Windows platform since 1996.
There is a public queue named queue1 on machine A. I want to send messages to this queue from machine …
msmqI have been doing r&d for the scope of SQL Server Service Broker to replace current messaging solution …
sql-server msmq message-queue service-brokerI have a WCF service. it is bound to an MSMQ but that is not the issue here. I can …
c# wcf msmqI'll start by saying I'm not a .NET developer, but have been thrown into a project where I need to …
c# windows-services asp-classic msmqAlthough my question looks similar to some already found on SO, those post did not help me, so here it …
.net msmqI'd like to provide a queuepath and get the number of messages thereupon. Any advice on how this could be …
powershell msmqJust doing some quick spikes into possibly using a messaging system to process files that are in a nicely decoupled …
msmq nservicebus servicebus masstransit rhino-esbReceiving this error when trying to work with the queue: Unexpected error occured: The communication object, System.ServiceModel.ServiceHost, cannot …
wcf msmqOkay, here is a very simple and fundamental question. If I have an application on windows machine A that wants …
.net windows msmqMy computer is connected to a domain, but when I go to create a public queue: MessageQueue.Create(@".\testqueue"); I …
dns msmq workgroup