I already have a .NET Web Service that sends the message, but my company doesn't use IIS (it is a Win32 box, through). The code in c# is like this (many apologies for posting non-Perl code on this site):
[WebMethod] public void sendMessage(string messageText) { string queueName = @".\private$\myQueue"; MessageQueue myQueue = new MessageQueue(queueName); myQueue.Send(messageText); }
Thanks again!
Anonymous Monk
In reply to Re: Re: CGI to MSMQ
by Anonymous Monk
in thread CGI to MSMQ
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |