Here's what I need to do.
I want to send messages to MSMQ with a SP.
Is a SP can reference to the COM objects of the MSMQ client and how ?
I don't need to know how can it reference MSMQ bu...
http://www.experts-exchange.com/Database/Oracle/Q_11750598.html
Zones:
OracleDate Answered: 11/06/2000 Grade: A Views: 0
Hi,
I work with MSMQ.
My MSMQ message contains array of bytes like char[128] (not a string) .
I use COM interface for work with MSMQ.
get_body function returns the body of the message into the ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20098248.html
Zones:
C++Date Answered: 02/21/2002 Grade: A Views: 0
Hi.
I use MSMQ on Widows NT 4.0 with MS Visual C++ 6.0. I have COM object which is event handler (implements IDispEventImpl<0, CM3Server, &DIID__DMSMQEventEvents, &LIBID_MSMQ, 1, 0>) and at the ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20167558.html
Zones:
C++Date Answered: 03/17/2002 Grade: A Views: 0
Hi,
I would like to iterate all queues on one computer and save their names and properties in a file so I can create them later.
In order to start the process, I have to get some kind of cursor...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20302260.html
Zones:
C++Date Answered: 05/21/2002 Grade: B Views: 0
MSMQ 3.0 provides the functionality to send a single message efficiently to multiple queues. However, I can only find documentation on this for VB and C++, NOT C#. Normally this isn't a problem b...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20614084.html
Zones:
C#Date Answered: 08/03/2004 Grade: A Views: 0
I have a Windows 2000 Server. Files are sent via FTP. A Windows Service with a timer, monitors the FTP folder, and puts a message on a MSMQ. A second Windows Service monitors this queue, and proces...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_21081064.htm...
Zones:
Windows 2000Date Answered: 08/04/2004 Grade: A Views: 0
I have a Windows 2000 Server. Files are sent via FTP. A Windows Service with a timer, monitors the FTP folder, and puts a message on a MSMQ. A second Windows Service monitors this queue, and proces...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21082368.html
Zones:
.NETDate Answered: 08/05/2004 Grade: A Views: 0
- Experts -
I have a requirement to write a windows service applictaion in C# that listens on a local message queue for new messages and performs certain transactions based on the message label....
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21116342.html
Zones:
.NETDate Answered: 09/02/2004 Grade: B Views: 0
Just a question as a beginner. Say users send messages over IE. What reads these messages continuously and where does this code reside?
Cheers
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21361100.html
I have a web app that writes messages to a queue and it seems to be doing it successfully using the code below:
MessageQueue MyMessageQ;
Message MyMessage;
MyMessageQ = new MessageQue...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21383177.html
Zones:
C#Date Answered: 04/11/2005 Grade: A Views: 0