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 3718 - 3747 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3718
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...
Bodlák Martin
mbodlak
Offline Send Email
Oct 1, 2003
12:14 pm
3719
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@...
Send Email
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...
Richard Bukovansky
rbukovansky
Offline Send Email
Oct 2, 2003
7:17 am
3721
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...
joshgraytriaxia
Offline Send Email
Oct 3, 2003
11:34 am
3722
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...
Edward Boy Wong
tinperson2
Offline Send Email
Oct 3, 2003
11:35 am
3723
Good Time! I have a problem with browsing outgoing queue messages. I use MQAdminAPI, especially, MQMgmtGetInfo function, under NT4.0 Option Pack & Service Pack...
ne_hvataet_fantasii
ne_hvataet_f...
Offline Send Email
Oct 3, 2003
3:57 pm
3724
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
ne_hvataet_fantasii
ne_hvataet_f...
Offline Send Email
Oct 3, 2003
6:24 pm
3729
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@...
Send Email
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...
ne_hvataet_fantasii
ne_hvataet_f...
Offline Send Email
Oct 3, 2003
7:05 pm
3731
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@...
Send Email
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...
ne_hvataet_fantasii
ne_hvataet_f...
Offline Send Email
Oct 3, 2003
7:57 pm
3733
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@...
Send Email
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...
ne_hvataet_fantasii
ne_hvataet_f...
Offline Send Email
Oct 3, 2003
8:52 pm
3735
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@...
Send Email
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...
ne_hvataet_fantasii
ne_hvataet_f...
Offline Send Email
Oct 4, 2003
2:06 pm
3737
Keith, nslookup is finding DC correctly. I disbled routing and ït's still not working. Thank you for your help. Regards, Richard Bukovansky...
bukovansky@...
rbukovansky
Offline Send Email
Oct 5, 2003
7:04 pm
3738
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...
p_dragicevich
Offline Send Email
Oct 6, 2003
11:40 am
3739
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@...
Send Email
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@...
Send Email
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...
bukovansky@...
rbukovansky
Offline Send Email
Oct 7, 2003
4:10 am
3742
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...
Sunil Kumar Darshanam
dsunil_applabs
Offline Send Email
Oct 7, 2003
6:50 am
3743
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...
pilsony
Offline Send Email
Oct 7, 2003
11:12 am
3744
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...
Andry Syahfahturahman...
andryshuzain
Offline Send Email
Oct 7, 2003
1:19 pm
3745
One scenario would be if the queue your app is "listening to" gets deleted. This will cause the ArrivedError event to fire. ... code ... some...
message2send
Offline Send Email
Oct 7, 2003
1:24 pm
3746
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...
message2send
Offline Send Email
Oct 7, 2003
1:33 pm
3747
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,...
Keith Schaab
keithsc@...
Send Email
Oct 7, 2003
4:38 pm
Messages 3718 - 3747 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