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...
Show off your group to the world. Share a photo of your group with us.

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 621 - 650 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
621
If I had to guess it would sound to me like a security problem. Are you sending authenticated messages? One other thing to try, after the message appears to...
mike ledesma
basket_baller@...
Send Email
Sep 2, 2001
4:03 pm
622
this receives from a queue object. queue.receive() queue.receivecurrent() to send to a DB there are tons of way to do this. it also depends about what the...
mike ledesma
basket_baller@...
Send Email
Sep 2, 2001
4:06 pm
623
... service is obviously running on the site controller PC (because we can view the MQ enterprise with the MQ Explorer and refresh queues, messages, etc)....
federicoscottoni@...
Send Email
Sep 3, 2001
2:36 pm
624
I am testing MSMQ with a goal of using them to dispatch a series of (pre-existing) perl scripts. To start I create a rule with an action which specifies a...
a.spencer@...
Send Email
Sep 3, 2001
4:23 pm
625
this is what i'd make sure: 1. do u have scripting host on the machine running triggeres ?? 2. if u do, are u able to run a script from dos prompmt ?? 3. r...
Saikrishna Nori
sai_nori@...
Send Email
Sep 3, 2001
6:08 pm
626
Yes, Yes, and well maybe. Where can I set the interact w/ the desktop for the MSMQ Triggers service? The trigger action is set to 'Show Window' and the...
a.spencer@...
Send Email
Sep 3, 2001
8:03 pm
627
Hi, I want do develop msmq application with vj++. Where can I get the api documentation , sample code for this specially for peeking , receiving , sending...
ashwani_kalra@...
Send Email
Sep 4, 2001
5:28 am
628
hi, MSMQ sever is installed in windows2000 domain, my client is MSMQ1.0 on winNT. I am trying to access server's message queue as a depenedent client. I am...
preethihegde1@...
Send Email
Sep 4, 2001
7:37 am
629
Hi folks, First off, thank you very much to Mike but unfortunatly after reading the message from Saikrishna Nori we have decided to go with MSMQ triggers... My...
rockhoppersuk@...
Send Email
Sep 4, 2001
8:23 am
630
havent seen a sample app in VJ++, but i cant see y it'll be too different from doing it in VB/VC, because VJ++ supports COM. so, i'd get a VB sample from...
Saikrishna Nori
sai_nori@...
Send Email
Sep 4, 2001
1:41 pm
631
1. .\ is used to indicate that the queue is on the local machine. so, do u have the queue on the msmq 1.0 dependent client ? 2. Private$ means its a private...
Saikrishna Nori
sai_nori@...
Send Email
Sep 4, 2001
1:50 pm
632
Thats exactly what we do. When theres a message Triggers call a COM component with Message ID. The component peeks through the queue looking for that msg id...
Saikrishna Nori
sai_nori@...
Send Email
Sep 4, 2001
1:52 pm
633
Mike, thanks for the response. I rebooted the machine, and the MSMQ service failed to start, I ... Recovery of persistence packet file C:\Program ...
bolzinski1@...
Send Email
Sep 4, 2001
2:43 pm
634
Hi: I have a couple of questions, your help is greatly appreciated.... 1) I am using Direct Format name to access queues, ...
mprabhala@...
Send Email
Sep 4, 2001
2:54 pm
635
Hi: I have a couple of questions, your help is greatly appreciated.... 1) I am using Direct Format name to access queues, ...
mprabhala@...
Send Email
Sep 4, 2001
2:55 pm
636
Hi: I have a couple of questions, your help is greatly appreciated.... 1) I am using Direct Format name to access queues, ...
mprabhala@...
Send Email
Sep 4, 2001
2:55 pm
637
Hi: I have a couple of questions, your help is greatly appreciated.... 1) I am using Direct Format name to access queues, ...
mprabhala@...
Send Email
Sep 4, 2001
2:57 pm
638
What language? ... From: apyha@... [mailto:apyha@...] Sent: Friday, August 31, 2001 10:28 PM To: msmq@yahoogroups.com Subject: [msmq] MSMQ Receiver...
Hollibaugh, Mike
mhollibaugh@...
Send Email
Sep 4, 2001
3:03 pm
639
Not sure about 1. On 2 though, thats how the formatname works. if the Q name u r sending to, is bad or not available, the message waits there until onee such Q...
sai_nori@...
Send Email
Sep 4, 2001
5:27 pm
640
if (LookupAccountSid(NULL, reinterpret_cast<PSID>(&pACE->SidStart), szName, &cbName, szDomainName, &cbDomainName, &sidNameUse) == FALSE) { wchar_t* pszChar; if...
Keith Schaab
keithsc@...
Send Email
Sep 4, 2001
6:36 pm
641
Are these transactional messages? ... From: bolzinski1@... [mailto:bolzinski1@...] Sent: Friday, August 31, 2001 1:54 PM To: msmq@yahoogroups.com ...
Keith Schaab
keithsc@...
Send Email
Sep 4, 2001
6:36 pm
642
You only want to receive from local queues. This code is taken from MSDN: Option Explicit '************************************************************* '...
Keith Schaab
keithsc@...
Send Email
Sep 4, 2001
6:39 pm
643
Is this on WinNT 4.0 SP 6? If so go to the ftp site and download the QFE for SP6. If not you should check the application event log for error details....
Keith Schaab
keithsc@...
Send Email
Sep 4, 2001
6:48 pm
644
http://support.microsoft.com/support/kb/articles/Q173/3/40.ASP?LN=EN-US& SD=gn&FR=0&qry=java&rnk=2&src=DHCS_MSPSS_gn_SRCH&SPR=MSQ ...
Keith Schaab
keithsc@...
Send Email
Sep 4, 2001
6:52 pm
645
Triggers service does not consume messages. To do this you are correct, you will need to do this step in your VB program using q.Receive. ... From:...
Keith Schaab
keithsc@...
Send Email
Sep 4, 2001
6:56 pm
646
Dependent clients do not have queues. MSMQ 1.0 clients do work with 2.0 servers. If you are using .\private$\sendtest try server\private$\sendtest. This...
Keith Schaab
keithsc@...
Send Email
Sep 4, 2001
6:59 pm
647
Hi: I have a couple of questions, your help is greatly appreciated.... 1) I am using Direct Format name to access queues, ...
Keith Schaab
keithsc@...
Send Email
Sep 4, 2001
7:29 pm
648
No, they are not transactional or authenticated msgs. Thanks for your response. ... these ... When ... click ... I ... all ... the ... and...
bolzinski1@...
Send Email
Sep 4, 2001
7:58 pm
649
Hi Keith: Thanks for your reply, what is the format needed for MachineName if the machine is on a different domain.... should it be <MachineName>@<DomainName>...
mprabhala@...
Send Email
Sep 4, 2001
8:03 pm
650
Just fully a qualified machine name. Has to be able to be resolved using DNS, so if you can ping it you are good. ... From: mprabhala@......
Keith Schaab
keithsc@...
Send Email
Sep 4, 2001
8:34 pm
Messages 621 - 650 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