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@...
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.. ... ...
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@...
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@...
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...
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...
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@...
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 ...
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...
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...
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@...
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@...
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...
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....
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@...
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@...
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...
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@...
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 ... ...
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...
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...
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@...
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@...
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...
IS there anyone else running clusters using SQL2000, MSMQ, and additional applications that depend heavily upon queuing? Since installing SP3 we've had an...
I had uninstalled/re-installed MSMQ several times before posting... Anyway, reapplying Sp3 removed the problem with MQSNAP.DLL looking for (depending on)...
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...
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...