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.

MessageQueueException (0x80004005): Access to Message Queuing system is denied

I have an exsiting application that works fine on a windows 2003 server. I having been moving it to windows 2008r2 …

msmq nservicebus
No permission to access a private MSMQ

On an XP machine there is a private messagequeue that was created by a .net service. When I want to …

vb6 msmq
Queue alternatives to MSMQ on Windows?

If you want to use a queuing product for durable messaging under Windows, running .NET 2.0 and above, which alternatives to …

.net msmq soa messaging
Is there a limit to the MSMQ queue size?

I know about the size limit for the message (4MB), but is there a limit to the queue size? Best …

size queue limit msmq
MSMQ - message queuing has not been installed on this computer

I have written a sample application to write to a public and private queues that are on dev server. I …

msmq
MSMQ Send message to Remote Queue

I am trying to send a message to a remote queue. My process isn't failing, but I still don't see …

c# msmq
Implementing a Message Bus architecture

I'm currently doing analysis and design for a new message bus architecture in my company. I have tried MSMQ to …

.net architecture msmq messaging
Multicasting, Messaging, ActiveMQ vs. MSMQ?

I'm working on a messaging/notification system for our products. Basic requirements are: Fire and forget Persistent set of messages, …

msmq messaging activemq
Cannot determine whether a queue with the specified format name exists

I 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 msmq
Setting permissions on a MSMQ queue in a script

Can anyone give me some pointers on how to set permissions on MSMQ queues in script, preferably PowerShell, but I'd …

powershell vbscript permissions msmq