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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3427 - 3459 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3427
Hi Keith, I was wrong. The MMC gives me an error as well when I try to view the contents of the Q. Says the name is invalid. As soon as I stop and restart...
Rick Klenotiz
rjk@...
Send Email
Jun 1, 2003
10:56 pm
3428
No, I am using MSMQ explorer to view the messages in the private queue and getting the access denied error. I am not opening the queue through code.. ... ...
Arvind Zalaki
arvindmz
Offline Send Email
Jun 2, 2003
4:29 am
3429
Sorry I missed this mail when I replied to your newer one. I think you will need to call support on this one. ________________________________ From: Rick...
Keith Schaab
keithsc@...
Send Email
Jun 4, 2003
5:44 pm
3430
Try taking ownership of the queue and then viewing/changing properties (if you are an administrator this should work). ... From: Arvind Zalaki...
Keith Schaab
keithsc@...
Send Email
Jun 4, 2003
5:47 pm
3432
Hi there, does anybody know what the hotfix is that needs to be applied to a NT 4.0 Site Controller (running Sp6a) in order to support MSMQ 2.0 independent...
gannito2
Offline Send Email
Jun 5, 2003
9:27 am
3433
Hi, How can I find out the oldest message created in the MSMQ queue using VB? Thanks! Maninder Dhaliwal - Business Solutions Developer ... Do you Yahoo!? Free...
Maninder Dhaliwal
dhaliwam
Offline Send Email
Jun 5, 2003
12:38 pm
3434
Hi, I want to know whether MSMQ can be used with Tablet PC in a Wireless Environment ( CDMA/GSM) etc. I have browsed thru the microsoft web site for Windows CE...
Anand Jammi
anand.jammi@...
Send Email
Jun 6, 2003
6:14 am
3435
Anand I do not think MSMQ is supported on CE environment. that does not mean you cant post messages to a queue from there though. You can build a simple web ...
Saikrishna Nori
sai_nori
Offline Send Email
Jun 6, 2003
8:29 am
3436
Hi, I am trying to open message queue using this code : Dim objQInfo As MSMQ.MSMQQueueInfo, _ objQ As MSMQ.MSMQQueue, _ objMessage As MSMQ.MSMQMessage, _ x As...
Maninder Dhaliwal
dhaliwam
Offline Send Email
Jun 6, 2003
3:31 pm
3438
I installed Windows 2k Adnevced Server as a MSMQ Server. Windows 2k Professional as a independet client. I work in domain mode. I write my code with C#. I can...
DENIZ ALAY
seasugar2003
Offline Send Email
Jun 9, 2003
12:26 pm
3439
MSMQ can run on a tablet PC as tablet PCs run the full version of Windows XP with extensions added to support tablet functionality. This is not Windows CE;...
Keith Schaab
keithsc@...
Send Email
Jun 9, 2003
5:36 pm
3440
Did you install MSMQ on the machine you are attempting to run this code on? MSMQ must be installed for the component DLL to be registered on the machine. If...
Keith Schaab
keithsc@...
Send Email
Jun 9, 2003
5:38 pm
3441
Thanks! Keith Schaab <keithsc@...> wrote:v\:* {behavior:url(#default#VML);}o\:* {behavior:url(#default#VML);}w\:* {behavior:url(#default#VML);}.shape...
Maninder Dhaliwal
dhaliwam
Offline Send Email
Jun 10, 2003
12:35 pm
3442
Hi, I need to check the total number of messages in a queue. The one way to do it is to go through a loop and count the messages. Is there any other way e.g....
Maninder Dhaliwal
dhaliwam
Offline Send Email
Jun 10, 2003
6:36 pm
3444
Not really sure what you mean when server is closed. You cannot send messages to a queue when it is closed. You have to use direct format names or public...
Keith Schaab
keithsc@...
Send Email
Jun 11, 2003
6:26 pm
3445
Unless you are using priorities the oldest message in a queue will be the one at the beginning cursor position. ________________________________ From: Maninder...
Keith Schaab
keithsc@...
Send Email
Jun 11, 2003
6:43 pm
3446
I am installing MSMQ from original w2kserver cd onto a w2k sp3 machine with IE 6 sp1 (6.0.2800.1106) When it tries to register the MMC snap-in I get 0x5 error...
henryrt
Offline Send Email
Jun 11, 2003
7:24 pm
3447
Use the administrative API available from www.microsoft.com/msmq. If you are using MSMQ 3.0 you can get this from the MSMQManagement component. ...
Keith Schaab
keithsc@...
Send Email
Jun 11, 2003
7:33 pm
3448
i am thinking this might be a permissions thing? try logging in as admin and seeing if you can see the msmq objects in mmc. just a thought. HTH, Mike ... ...
Michael Ledesma
basket_baller2
Offline Send Email
Jun 11, 2003
7:35 pm
3449
All of this is done as Administrator. ... admin ... thought. HTH, ... snap...
henryrt
Offline Send Email
Jun 11, 2003
7:37 pm
3450
Then I am probably wrong :) Sorry, I will think about it some more and see if I think of anything. ... ...
Michael Ledesma
basket_baller2
Offline Send Email
Jun 11, 2003
7:42 pm
3451
I reapplied Sp3 and now the mqsnap.dll still won't register (getting 8007007e), but the dependency on apphelp.dll is gone. It seems that it is looking for some...
henryrt
Offline Send Email
Jun 11, 2003
8:00 pm
3452
Here is a link that fixes the problem: http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B281383 The Registry entry for the ATL.Registrar is incorrect...
henryrt
Offline Send Email
Jun 11, 2003
8:11 pm
3453
Sounds like you know what you are doing, so...do you get any warnings from depends? Obviously direct dependencies are just a small portion of the puzzle here,...
Keith Schaab
keithsc@...
Send Email
Jun 11, 2003
8:17 pm
3454
MSMQ 2.0 independent clients are supported by SP6a without hotfixes. I think there were issues with connecting Windows 2000 SP1 machines to a MSMQ 1.0 PSC...
Keith Schaab
keithsc@...
Send Email
Jun 11, 2003
8:38 pm
3455
Hi, During load testing MSMQ 3.0 on Win 2003 Enterprise Server, for a large number of messages being sent, I noticed that the memory usage of my Client exe did...
Denzil
denzilnew
Offline Send Email
Jun 12, 2003
11:34 am
3456
IS there anyone else running clusters using SQL2000, MSMQ, and additional applications that depend heavily upon queuing? Since installing SP3 we've had an...
jedha_33
Offline Send Email
Jun 12, 2003
4:01 pm
3457
I had uninstalled/re-installed MSMQ several times before posting... Anyway, reapplying Sp3 removed the problem with MQSNAP.DLL looking for (depending on)...
henryrt
Offline Send Email
Jun 12, 2003
4:01 pm
3458
Hello: I'm working in Win2k SP3 and MSMQ 2.0 y MSMQ triggers I made a com+ "server" application that is invoked from MSMQ triggers. This component receive the...
lucho_nd
Offline Send Email
Jun 12, 2003
6:13 pm
3459
I think comparing the message ids is pretty safe. thats how we do it too. it is true that with newer version of MSMQ/Triggers it becomes a lot more easier. if...
Saikrishna Nori
sai_nori
Offline Send Email
Jun 12, 2003
6:19 pm
Messages 3427 - 3459 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