Hello. I need a description of all registry keys for MSMQ 2.0 / Windows 2k. Is there such a thing? I'm looking here and there and ... can't find. Especially I...
All the MSMQ 2.0 registry keys are documented in the Windows 2000 resource kit's registry help. ... From: Bodlák Martin [mailto:martin.bodlak@...] ...
Keith Schaab
keithsc@...
Oct 1, 2003 5:55 pm
3720
Hi all, I have trouble to complete installation MSMQ on Windows2K Adv. Server with integration to AD (build on Windows 2003 Ent. Edition, this server has MSMQ...
Hello I have the task or replacing IBM MQ with MSMQ in your financial system. We have a number of NT services that access the queues. I have worked alot as an...
I have an application running om MSMQ 1.0 on an NT4 box which I want to port over to MSMQ 3.0 running on Win XP Pro. Can I simply do that without a rewrite? If...
Good Time! I have a problem with browsing outgoing queue messages. I use MQAdminAPI, especially, MQMgmtGetInfo function, under NT4.0 Option Pack & Service Pack...
Timeout 0 just means the message has to be in the queue, so if you cannot receive a message with 0 it's not in the queue yet. Timeout to -1 is bad since...
Keith Schaab
keithsc@...
Oct 3, 2003 5:05 pm
3725
Have you tried running it on Win XP Pro? It should work. ... From: Edward Boy Wong [mailto:wongx2@...] Sent: Friday, October 03, 2003 1:12 AM To:...
Keith Schaab
keithsc@...
Oct 3, 2003 5:09 pm
3726
Josh, DIRECT=OS: will not return an error if there are not sufficient privileges to write to the queue. This requires an AD query. So one thing I think you...
Keith Schaab
keithsc@...
Oct 3, 2003 5:18 pm
3727
You don't have to reinstall. Use nslookup on your Win2k box to resolve the name, it probably isn't properly set up with DNS. DNS has to come from AD....
Keith Schaab
keithsc@...
Oct 3, 2003 5:22 pm
3728
Good time! No, I precisely know message count in queue (by calling MQMgmtGetInfo with ROPID_MGMT_QUEUE_MESSAGE_COUNT flag)... In processing messages I've got...
Well MQ_ERROR_IO_TIMEOUT followed by MQ_ERROR_ILLEGAL_CURSOR_ACTION seems to me that you are attempting to wait on the end of the queue and then step off the...
Keith Schaab
keithsc@...
Oct 3, 2003 6:32 pm
3730
Good Time! Yes, I read that the reason for MQ_ERROR_ILLEGAL_CURSOR_ACTION is step out of queue... No, I use PEEK_CURRENT with Cursor handle for first time... I...
What is MessageCount? Seems that you have not taken into account the MQ_ACTION_PEEK_CURRENT as one, therefore your loop should start on 2 (the second...
Keith Schaab
keithsc@...
Oct 3, 2003 7:31 pm
3732
MessageCount is the parameter passed to this function. This is message count for these queue. I've getting it through ROPID_MGMT_QUEUE_MESSAGE_COUNT flag. I...
I would just continually reuse a 4mb buffer to receive. ... From: ne_hvataet_fantasii [mailto:mik@...] Sent: Friday, October 03, 2003 12:57 PM To:...
Keith Schaab
keithsc@...
Oct 3, 2003 8:38 pm
3734
Yes. In previos version I use such method. But it seems to me that it is big waste. Certainly, it depends on count of queues, messages, etc... Now I see 2...
Well at least allocate something to start with, attempt receive and if you fail because of message size allocate larger buffer. Always peeking twice is going...
Keith Schaab
keithsc@...
Oct 3, 2003 10:44 pm
3736
Yes. It seems to me that 1 4mb temporary buffer is the best... I'll try a few variants with the buffer's size using Windows memory managment functions and...
G'day, I've inherited a MSMQ application that's using a private message queue because we don't run AD. The various apps that read and write to the queue use a...
Sorry you should use nslookup to look up your domain, it'll give back a list of AD servers. You didn't get any errors at all with nslookup? ... From:...
Keith Schaab
keithsc@...
Oct 6, 2003 6:02 pm
3740
Update changes the queue properties in AD or LQS depending on public or private queue respectively. Refresh updates the MSMQQueueInfo object. You cannot...
Keith Schaab
keithsc@...
Oct 6, 2003 6:07 pm
3741
Keith, that server with W2K has configured DNS server (at IP configuration) to that server with W2K3, that has DNS server for that domain (AD) which I want to...
Hi All, How can we install MSMQ service on WIN NT SP 6. I heard we can install MSMQ v1.0 service but dont know how can it be done. Please give me enough...
Hello, I am finding it difficult to create a queue using MQCreateQueue. The error i am getting is "MQ_ERROR_SERVICE_NOT_AVAILABLE" .Can anyone tell me how to...
I'm using private queue in workgroup mode. I am writing a lot of code both on Event ArrivedError and Arrived. Well, so far so good that I never encounter...
We are using domain accounts. We with domain groups as well as local. Unfortunately, the system log shows no relevant issues. It is curious that a User can be...
Start the message queuing service in the scm (service control manager). If the message queuing service is not in the scm the question is did you install MSMQ,...