in reply to Re: Re: Re: Re: Re: Re: CGI to MSMQ
in thread CGI to MSMQ

That's right. System.Messagging.MessageQueue is the name of the .NET Framework class that abstracts the MSMQ API. As you have correctly surmised the ProgId of the object you want is MSMQ.MSMQQueueInfo. You probably want to print out the value of Win32::OLE::LastError() (and possibly $^E) to see why the Open() is failing.

/J\

Replies are listed 'Best First'.
Re: Re(7): CGI to MSMQ
by Anonymous Monk on Jun 17, 2003 at 15:25 UTC
    print Win32::OLE::LastError();
    Win32::OLE(0.1603) error 0x80020005: "Type mismatch" in METHOD/PROPERTYGET "Open" argument 1
    $^E gives nothing...