Hi, How do I find the number of messages in a private MSMQ ? I tried to find it using MQMgmtGetInfo(StrPtr(MachineName), StrPtr(ObjectName), mgmtprops) with ...
Hi!! Queues can be specified as public or private. Public queues are registered with the PEC and can be located by any MSMQ application. They are persistent...
One main difference between Private and Public queues are that Public queues are published the directory service and can be searched for. This means, when...
I am not a developer but i have an annoying msmq problem on a microsoft 2000 cluster Everytime anyone accesses msmq it is creating a log in that users ...
Hi All, I am having some issues with MSMQ asynchronous message reading from a private queue. Any inputs/help on this greatly appreciated! I have used the MSMQ...
What code is generating error 0xc00e0008? Are you sending just one message? ... From: tomykjacob [mailto:tomy.jacob@...] Sent: Thursday, January 08,...
Keith Schaab
keithsc@...
Jan 8, 2004 4:10 pm
3955
We are getting the error, "Queue is not registered in the DS." when an MSMQ Send is executed from a Windows 2003 server. The same code works without error...
I think you problem is you are using private queues yet when you send to the queue, you are setting the pathname property which trys to query AD. Since you...
Sorry I didn't provide more detail. A private queue is not being used. The message is being sent to a public queue and the queue appears in Active Directory. ...
You probably are running as a user that doesn't have permissions to view queue properties therefore it appears as if the queue doesn't exist. ... From:...
Registry key isn't really a good way to determine anything is installed. Probably the best method is to create MSMQApplication object trapping for errors. If...
Keith Schaab
keithsc@...
Jan 8, 2004 9:48 pm
3961
BTW comprensive setup guides for MSMQ exist in the windows help file. ... From: billgiovinetti [mailto:billgiovinetti@...] Sent: Tuesday, December 30,...
Keith Schaab
keithsc@...
Jan 8, 2004 9:49 pm
3962
You cannot connect to the domain controller, resolve the machine in the AD store, or the machine does not exist. What errors are there in the application log?...
Keith Schaab
keithsc@...
Jan 8, 2004 9:52 pm
3963
Interesting... I was able to get the MSMQ message to successfully send when I changed the ASP.NET web.config file to explicitly run under our web admin...
Hello Can anyone recomomend any good resources where one can learn how to setup and administer MSMQ? I understand how to develop for it. I am using the .NEt...
There is a lot of information in the windows help file/system on administration for MSMQ and about MSMQ's architecture. This is geared towards systems...
Keith Schaab
keithsc@...
Jan 9, 2004 6:52 pm
3966
Great, thanks for the pointers. In your opinion, Is the MSQM setup I'm proposing possible, and if so..is this the preffered way to get messages from one system...
The setup you are proposing is possible. One thing is that you would send to the remote queue on machine 2. MSMQ will automatically store these messages...
Keith Schaab
keithsc@...
Jan 9, 2004 7:25 pm
3968
so, I don't even need MSMQ on machine 1 I figured for performace reason I'd have Machine 1 drop messages in MSMQ on MAchine 1 and then have the MSMQ's on...
Hi , I am running a VB application which makes use of Message queues.I am having dependant client installed on my system and I am connecting to the MSMQ server...
You do need MSMQ on machine 1. What you are talking about happens for you automatically when you send a message to any remote queue on any other machine. No...
Keith Schaab
keithsc@...
Jan 9, 2004 10:16 pm
3971
Oh, thats interesting and good to know! So your messages always end up in your local MSMQ, and then MSMQ just sorts it out and figures out what needs to be...
Hello! I've been doing research for a client on remote monitoring of his facilities. So, I've investigated using named pipes via SMB to access machine services...
Hi- I want to write a small messenger application (like MSN or Yahoo Messenger) to interactively transfer text messages between LAN users. I am considering...
I have set up an independent client on 2000 server with MSMQ v2.0 for initial testing. I have then create a PEC in MSMQ 1.0 on a NT 4 server which is where all...
I am receiving the following error when trying to receive a message from a message queue with MSMQ v1.0 installed: "The specified format name does not support...
Hello, I need a little advice. We have a Win2K domain with 3 subdomains, all computers were installed as Win2K servers/worksations. The domain was installed in...
Not if you are using all Win2k clients. ... From: Bodlák Martin [mailto:martin.bodlak@...] Sent: Tuesday, January 13, 2004 5:14 AM To:...
Keith Schaab
keithsc@...
Jan 13, 2004 6:27 pm
3978
You cannot open remote queues for receive using direct=os and MSMQ 1.0. This requires the functionality that was added with MSMQ 2.0 and workgroup mode. ... ...