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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...
Are these transactional messages? ... From: bolzinski1@... [mailto:bolzinski1@...] Sent: Friday, August 31, 2001 1:54 PM To: msmq@yahoogroups.com ...
Keith Schaab
keithsc@...
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@...
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....
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@...
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@...
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@...
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@...
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@...
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@......