Advertisement

1 - 10 of 91 containing alltags:("MSMQ") (0 seconds)
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...
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 ...
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 ...
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...
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...
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...
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...
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....
Zones: .NETDate Answered: 09/02/2004 Grade: B Views: 0
Tags: msmq
Just a question as a beginner. Say users send messages over IE. What reads these messages continuously and where does this code reside? Cheers
Zones: ASP.Net ProgrammingDate Answered: 03/31/2005 Grade: B Views: 0
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...
Zones: C#Date Answered: 04/11/2005 Grade: A Views: 0