Why would you want to do this? If you are using C++ APIs you can most certainly call into the exports in mqrt.lib. Since MSMQ keeps counts on queues this is...
Keith Schaab
keithsc@...
Apr 1, 2002 3:28 pm
1962
... Hi, you can use an ACKNOWLEDGMENT queue and the MaxTimeToReceive property. When time expires the message go to ACKNOWLEDGMENT queue that you set. You can...
jandreshk
jandreshk@...
Apr 1, 2002 6:25 pm
1963
Keith, The triggers are attached to a local private queue. Over the weekend, I tried to make this instalation on diferent machines. Every time I received the...
The official website for anything MSMQ is http://www.microsoft.com/msmq Triggers can be downloaded from http://www.microsoft.com/msmq/developer.htm. ... From:...
Keith Schaab
keithsc@...
Apr 1, 2002 9:39 pm
1965
Hi All, How can i getback ACK MSG from Remote Server. Please can some one help in this issue... Please. We have One Remote Server (Windows 2000 Server), this ...
Hi all, I have only windows 2000 family. I don't have Windows XP, is there any separate MSMQ 3.0 Kit or any other services pack is there. Any body have plese...
Hi Guys, It's relatively easy to do this thing in VB.NET/C#, to read the number of messages from a queue without removing the messages, we can use the ...
Hi Suresh, As far as my knowledge goes MSMQ 3.0 is only available with Windows XP professional & the .NET servers. Unfortunately there are no service packs or...
Hi Again, A very interesting & long story u've got back there. Now, let's see. Ur problem is basically sending a acknowledgement message from a remote server...
Hi, I had similar problems with sending & even receiving messages on win xp pro. We concluded the following fromour study: 1. Make sure ur win xp is not an...
Hi, I replaced socket communication with MSMQ technologie within 2 process. I use asynchronous dialog between the 2 process wich run as services on windows NT...
Philippe ENTRINGER
philippe.entringer@...
Apr 2, 2002 4:55 pm
1972
I am trying to send message with direct=format names. It is giving me an error saying "Cannot determine whether a queue with the specified format name exists" ...
sanjay_kedare
sanjay_kedare@...
Apr 2, 2002 5:34 pm
1973
Amy Strande (LUEHMANN)
amylue@...
Apr 2, 2002 5:35 pm
1974
What values are you putting in MSMQMessage.AdminQueueInfo/PROPID_M_ADMIN_QUEUE and MSMQMessage.Ack/PROPID_M_ACKNOWLEDGE? ... From: Suresh Elumalai...
Keith Schaab
keithsc@...
Apr 2, 2002 8:40 pm
1975
MSMQ is updated through the Win2k service pack. You cannot install MSMQ 3 on a Win2k box. ... From: Suresh Elumalai [mailto:sureshmsc_e@...] Sent:...
Keith Schaab
keithsc@...
Apr 2, 2002 8:41 pm
1976
Good insight, one thing I would like to correct: Both have to be in the same domain if ur using MSMQ 2.0, about 3.0, I don't know. This is not true. If you...
Keith Schaab
keithsc@...
Apr 2, 2002 8:52 pm
1977
__________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://http://taxes.yahoo.com/...
thomas john
tom_cat24@...
Apr 2, 2002 9:00 pm
1978
... This is ... instead of ... entirely ... help I ... to run ... this an ... these, ... Hi Keith, any luck in finding those docs? Thanks much....
Are you, by chance, using a named event? Is the event set to auto reset? What are your timeout and action values? ... From: Philippe ENTRINGER...
Keith Schaab
keithsc@...
Apr 2, 2002 9:55 pm
1980
You are using the MessageQueue class and not the MSMQQueueInfo component correct? I don't quite understand why this would fail; the format name seems well...
Keith Schaab
keithsc@...
Apr 2, 2002 10:03 pm
1981
I am still searching, not in my notes, now I'm looking at source. ... From: dotnet_qz [mailto:dotnet_qz@...] Sent: Tuesday, April 02, 2002 1:07 PM To:...
Keith Schaab
keithsc@...
Apr 2, 2002 10:24 pm
1982
Hi,all, I need some help from you. Currently, our company has a system running on NT 4.0 with MTS, MSMQ 1.0 and SQLServer 7.0 in the same box (Server1) serving...
gwee2057
gwee2057@...
Apr 3, 2002 8:08 am
1983
Hi Keith Schaab, thanks for your reply, here is my sample of code that show the asynchronous dialog between my 2 process: the ListenData initialize...
philippe.entringer@...
Apr 3, 2002 8:48 am
1984
Hi, I use asynchronous dialog by using this sample of code: inqueue.m_pOv = new OVERLAPPED; m_hWaitable=inqueue.m_pOv->hEvent = CreateEvent(0, FALSE, FALSE,...
philippe.entringer@...
Apr 3, 2002 9:35 am
1985
Hi keith, Thanking you. But i don't understand... why it's not installed in the Win2K Box... how to upgrade myself ... I have only the Windows 2000. In whcih...
Hi, I program a process which run as a Window service and I realise that I couldn't delete or purge the queue in the MQExplorer. In the property, I notice that...
philippe.entringer@...
Apr 3, 2002 12:20 pm
1988
hi, I'd like to know the simple way to ping a remote public queue. (it is possible ?) thanks. THALES ISR PMR & Security Forces Systems Fax: 33 (0)1 69 76 27 27...
philippe.entringer@...
Apr 3, 2002 1:14 pm
1989
I think I remember you saying that you have an NT PEC. If this is the case, you can ping the queue by going to the PEC and opening the MQExplorer. This is...
1) should I configure the MSMQ in Server2 as Primary Enterprise Controller or Primary Site Controller or Backup Site controller or others? Probably not,...