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 3949 - 3978 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3949
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 ...
Lingeswaran K.
lingeshkv
Offline Send Email
Jan 3, 2004
6:49 am
3950
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...
sirisha_peyyeti
Offline Send Email
Jan 6, 2004
11:25 am
3951
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...
Michael Ledesma
basket_baller2
Offline Send Email
Jan 6, 2004
12:05 pm
3952
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 ...
jonathan_stormont
jonathan_sto...
Offline Send Email
Jan 6, 2004
12:47 pm
3953
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...
tomykjacob
Offline Send Email
Jan 8, 2004
4:05 pm
3954
What code is generating error 0xc00e0008? Are you sending just one message? ... From: tomykjacob [mailto:tomy.jacob@...] Sent: Thursday, January 08,...
Keith Schaab
keithsc@...
Send Email
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...
Vic_Alcazar
Offline Send Email
Jan 8, 2004
8:02 pm
3956
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...
Michael Ledesma
basket_baller2
Offline Send Email
Jan 8, 2004
8:12 pm
3957
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. ...
Vic_Alcazar
Offline Send Email
Jan 8, 2004
8:30 pm
3958
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:...
Keith Schaab
keithsc@...
Send Email
Jan 8, 2004
9:35 pm
3959
Private= requires qmid\queueid. Try queue=direct=os:.\events ________________________________ From: Lingeswaran K. [mailto:lingeshkv@...] Sent: Friday,...
Keith Schaab
keithsc@...
Send Email
Jan 8, 2004
9:37 pm
3960
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Vic_Alcazar
Offline Send Email
Jan 8, 2004
10:21 pm
3964
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...
Brandon
dredd2kad
Offline Send Email
Jan 9, 2004
4:18 pm
3965
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@...
Send Email
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...
Brandon
dredd2kad
Offline Send Email
Jan 9, 2004
7:23 pm
3967
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@...
Send Email
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...
Brandon
dredd2kad
Offline Send Email
Jan 9, 2004
7:30 pm
3969
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...
haridaskartik
Offline Send Email
Jan 9, 2004
7:58 pm
3970
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@...
Send Email
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...
Brandon
dredd2kad
Offline Send Email
Jan 9, 2004
10:29 pm
3972
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...
Matthew Raymer
maraymer_1970
Offline Send Email
Jan 11, 2004
1:12 am
3973
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...
asad_k_a
Offline Send Email
Jan 12, 2004
1:37 am
3974
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...
ro_shr
Offline Send Email
Jan 12, 2004
1:46 am
3975
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...
rohit2323232003
Offline Send Email
Jan 13, 2004
12:21 pm
3976
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...
Bodlák Martin
mbodlak
Offline Send Email
Jan 13, 2004
1:14 pm
3977
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@...
Send Email
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. ... ...
Keith Schaab
keithsc@...
Send Email
Jan 13, 2004
6:28 pm
Messages 3949 - 3978 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