Hi !! I have two services running on separate machines. One service has two threads and both send the messages to the same queue on the local machine. The...
krish_07
krish_07@...
Feb 1, 2002 11:32 am
1545
Hi Keith, Is it possible to send Input parameters to a dll in the triggers ? Lets say i have a queue "A" and a trigger on it to call a method "B" of a class...
vishwas_kakkar
vishwas_kakkar@...
Feb 1, 2002 3:19 pm
1546
More than likely the problem is going to be with threading model. What version of MSMQ are you using? ... From: krish_07 [mailto:krish_07@...] Sent:...
Keith Schaab
keithsc@...
Feb 1, 2002 3:55 pm
1547
Sure...you will select the parameter you want, the parameter drop down has the types you need to take in your COM method and then you order them according to...
Keith Schaab
keithsc@...
Feb 1, 2002 4:04 pm
1548
u r looking at the righ thing. in the drop down pick the parameters you want to pass, in the order you want them to be passed, and implement the method to...
I know this is not true. That the server that resolves the names in on the other side of the nat. Becuase there are only 6 client computers on the other side...
Well OK, the machines are putting their un-NATed (we'll make that a technical term yet <G>) addresses in the DNS database. You are correct; the only IP...
Keith Schaab
keithsc@...
Feb 1, 2002 5:19 pm
1551
I need some help with an application set I am developing… I had the following in mind: A WinNT4.0 Server has an application that feeds messages into a queue...
No, all machines have to be Win2k to use workgroup mode. Your NT 4.0 server will not be able to support workgroup mode. ... From: justinsmith44444...
Keith Schaab
keithsc@...
Feb 4, 2002 9:38 pm
1553
Hi Keith, We are using MSMQ 2.0...... (Now I tried through a single thread and it works. Is it that from the same process, we can not have two handles to the...
Can you guys think of any reasons why after I reboot a machine why it is not registering it's IP address in the MQIS properly? It only happens on certain...
Is this a valid configuration for a web farm? MSMQ 2.0 Installed on 3 load balanced Win2K Servers in workgroup mode. ASP/COM+ App writing messages to a local...
No, you were probably either passing the queue object from one thread to another or using the queue info object from one thread to open a queue on another...
Keith Schaab
keithsc@...
Feb 5, 2002 8:36 pm
1557
The MSMQ service is being started before the wireless interface is bound more than likely. Please attempt restarting the MSMQ service when this happens to...
Keith Schaab
keithsc@...
Feb 5, 2002 8:38 pm
1558
Sure, sounds like it should work based on the information you have sent. ... From: Lock, Scott [mailto:locks@...] Sent: Tuesday, February 05, 2002...
Keith Schaab
keithsc@...
Feb 5, 2002 8:40 pm
1559
Keith, thanks for your response... I have a set of questions that relate to non-workgroup mode: The two machines in the system are a WinNT Server sender app...
Keith, You are the busiest man at Microsoft! I am attending VSLive in SF next week, if I see Bill I'll tell him to give you a raise! Thanks again for your...
Keith, thanks for your response... I have a set of questions that relate to non-workgroup mode: The two machines in the system are a WinNT Server sender app...
You should send to the remote queue. Sending to remote queue is OK; it's the receiving from a remote queue that's bad. If you are going through all the...
Keith Schaab
keithsc@...
Feb 5, 2002 9:05 pm
1563
OK, i will try this, also though, i am going to push to get to using direct os format name for sending messages. However, we notice that once the IP address...
There's not much more from a programming perspective unless you start using ADSI. There are some more MSMQ components and better property support in the...
Keith Schaab
keithsc@...
Feb 5, 2002 9:14 pm
1565
WaitTime HKLM\SOFTWARE\Microsoft\MSMQ\Parameters Description Determines how often a Queue Manager attempts to access the Message Queuing directory service...
Keith Schaab
keithsc@...
Feb 5, 2002 9:24 pm
1566
I have two MORE questions that do not involve setting up a PEC: 1) From the NT Server 4.0 sending app (MSMQ 1.0), how can I connect to a queue on another...
1) From the NT Server 4.0 sending app (MSMQ 1.0), how can I connect to a queue on another machine (2000 MSMQ 2.0)? Is it as follows: .FormatName =...
Keith Schaab
keithsc@...
Feb 5, 2002 9:50 pm
1568
Thanks again for your response, but I am still foggy on item #2... In the sending app, I am going to try to connect to a remote private queue (workgroup mode)....
You don't place the messages in a local queue, you open the remote queue and send regardless of whether the remote queue is available. MSMQ automatically...
Keith Schaab
keithsc@...
Feb 5, 2002 10:24 pm
1570
Hi, How to unsubscribe from this Group..Please let me know... ... === message truncated === __________________________________________________ Do You Yahoo!? ...
Hi, I was just going through .Net documentation for access to the COMAdminCatalog class through .Net. It says that I can add the COM+ admin type library as a...
I am seeing a memory leak from our application. We have an object on a seperate server that checks the queues to see if records are there. We are not using...
artiekedroski
artiekedroski@...
Feb 6, 2002 6:59 pm
1573
Hi Keith, I have one problem regarding usage of Direct=os:machineName\queueName i.e, I am able to post the message using this but when i tried to Peek or...