0

My VBScript tries to load MSMQ COM Object

Set MSMQQueueInfo = CreateObject("MSMQ.MSMQQueueInfo")

I enabled Messaging DCOM Proxy

enter image description here

Script can't load COM object:

enter image description here

Matt
  • 215

2 Answers2

0

You need to specify the machine you are creating the queue on.

Using Message Queuing over DCOM

0

Even though I am not running MSMQ on this server, I still had to install the messaging server to load the COM object:

enter image description here

Matt
  • 215