Search the web
Sign In
New User? Sign Up
msmq · Microsoft MSMQ Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1961 - 1990 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1961
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@...
Send Email
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@...
Send Email
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...
svatasoiu
Offline Send Email
Apr 1, 2002
8:21 pm
1964
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@...
Send Email
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 ...
Suresh Elumalai
sureshmsc_e
Online Now Send Email
Apr 2, 2002
3:11 pm
1966
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...
Suresh Elumalai
sureshmsc_e
Online Now Send Email
Apr 2, 2002
3:11 pm
1967
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 ...
vijay mohan
vijaymohan1979
Offline Send Email
Apr 2, 2002
3:22 pm
1968
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...
vijaymohan1979
Offline Send Email
Apr 2, 2002
3:24 pm
1969
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...
vijaymohan1979
Offline Send Email
Apr 2, 2002
3:46 pm
1970
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...
vijaymohan1979
Offline Send Email
Apr 2, 2002
3:58 pm
1971
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@...
Send Email
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@...
Send Email
Apr 2, 2002
5:34 pm
1973 Amy Strande (LUEHMANN)
amylue@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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....
dotnet_qz
Offline Send Email
Apr 2, 2002
9:07 pm
1979
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Suresh Elumalai
sureshmsc_e
Online Now Send Email
Apr 3, 2002
9:35 am
1986
Hi keith, Thanking you. I am using only VB application. Dim MSMQ_AdminQueue AS MSMQQueueInfo MSMQ_AdminQueue.PathName = ".\PRIVATE$\TestAck" ...
Suresh Elumalai
sureshmsc_e
Online Now Send Email
Apr 3, 2002
9:49 am
1987
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@...
Send Email
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@...
Send Email
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...
mike ledesma
basket_baller2
Offline Send Email
Apr 3, 2002
2:13 pm
1990
1) should I configure the MSMQ in Server2 as Primary Enterprise Controller or Primary Site Controller or Backup Site controller or others? Probably not,...
Keith Schaab
keithsc@...
Send Email
Apr 3, 2002
4:15 pm
Messages 1961 - 1990 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help