Microsoft Message Queuing (MSMQ) is a message queuing implementation developed by Microsoft and deployed as part of its Windows platform since 1996.
I have an exsiting application that works fine on a windows 2003 server. I having been moving it to windows 2008r2 …
msmq nservicebusOn an XP machine there is a private messagequeue that was created by a .net service. When I want to …
vb6 msmqI have written a sample application to write to a public and private queues that are on dev server. I …
msmqI am trying to send a message to a remote queue. My process isn't failing, but I still don't see …
c# msmqI'm currently doing analysis and design for a new message bus architecture in my company. I have tried MSMQ to …
.net architecture msmq messagingI'm working on a messaging/notification system for our products. Basic requirements are: Fire and forget Persistent set of messages, …
msmq messaging activemqI get the exception when executing the following code. Any ideas what is wrong? string queueName = "FormatName:Direct=TCP:1.1.1.1\\Private$\\…
c# exception msmqCan anyone give me some pointers on how to set permissions on MSMQ queues in script, preferably PowerShell, but I'd …
powershell vbscript permissions msmq