I am not going to say after 4 oclock everday, but i am going to say that I have noticed it more than one day. After 4 is usually very slow for us, therefore...
Let me know if I can provide any information that would be helpful to you in your investigations. The one thing that I would recommend is to use perfmon to...
Keith Schaab
keithsc@...
Feb 4, 2003 5:16 pm
3166
When using the windows performance monitor to watch the count of messages on a particular queue, It shows as count 2 always. But there are no actual messages...
Hello, I have a strange problem. I have a COM object which implements IMSMQEvent interface. 1. Other application sends a message to his queue. 2. Method...
Does it continue to show these messages after the MSMQ service is cycled? Normally perfmon counters are not 100% accurate; they have a small margin of error...
Keith Schaab
keithsc@...
Feb 6, 2003 5:57 pm
3169
this is what I am trying to do. Machine A, wants to log in and is waiting a resonse back into a queue called queueA. It sends a message to Machine B, machine...
This box is a message repository and it is geeting messages from another 50 boxes. The message listener from 20 boxes keeps listerning to the queue in this box...
Martin, I think you get the award for the weirdest problems <g>. Are you sure that perhaps you don't have ArrivedError() mistakenly mapped to Arrived() or...
Keith Schaab
keithsc@...
Feb 7, 2003 12:08 am
3176
TQ01\transporter is the name of the queue and it is the same that looks in perfmon. Thanks Dinesh ... is ... was ... more, ... the ... going ... service ... ...
Do you have a lot of messages on this machine? If you don't can you send me the .mq files zipped up? I can see if there are actually any messages in there...
Keith Schaab
keithsc@...
Feb 7, 2003 12:11 am
3178
DO you need *.MQ files from the TQ01 box where the queue is available. ... any ... <basket_baller@h...> ... from ... message ... it ... any ... after ... ...
Let me make sure I understand everything correctly first. You are selecting the counters on TQ01, correct? If you are selecting the counters from a different...
Keith Schaab
keithsc@...
Feb 7, 2003 12:54 am
3180
Keith, I am attaching the MQ files for your reference. Please let me know If you find any messages for fasttq01\transporter. Thanks Dinesh...
Babu, Dinesh
dbabu@...
Feb 7, 2003 1:11 am
3181
OOPS!.. Please rename the .bmp to .zip from my MQ attachment....
Babu, Dinesh
dbabu@...
Feb 7, 2003 1:15 am
3182
Hello... ... Thanks! But -- you know, it would be much more nice for me to get award for having no problems at all :-) ... I will check this (although I am...
Well, now I resolved the problem. It was really caused by wrong time to reach / time to receive settings. It seems that the message evaporated sooner than it...
Actually I was looking for the counters of TQ01/transporter not Tq01. I dont know this is good or bad. The box got rebooted this weekend, after the reboot...
Hi All, I am using MSMQ on Windows 2000 advance server with service pack 3. There are 2 things happening in my software where I used MSMQ for message passing. ...
sskannan <sskannan@...>
sskannan@...
Feb 11, 2003 4:48 pm
3186
Hello Martin, I have simillar problem, but in your case it is reading the next message. IN my case it is hanging for ever. When I restart the computer it is...
sskannan <sskannan@...>
sskannan@...
Feb 11, 2003 4:53 pm
3187
Try to properly set up timers - I quess this was my problem. But I think if you get the same behavior, it may be different bug :-/ In my case, everything is...
I think you are using C++. I am using VB and I have 1 second for sending and 1 second for receiving Kan ... (dwProps); // time in seconds ... I sometimes tried...
sskannan <sskannan@...>
sskannan@...
Feb 11, 2003 5:14 pm
3191
... This should be enough... What will happen if you set 1- more equal time for everything? 2- more time for receive than the time for reaching the queue? ...
Thanks mate I will try and see. I can't access my web server now. ... think ... was ... you ... <martin.bodlak@m...> ... different ... IMSMQQueue- ... the ... ...
sskannan <sskannan@...>
sskannan@...
Feb 11, 2003 5:20 pm
3193
Make sure you set this timeout because if you dont set this timeout, and there are no messages, it will sit there for an infinite amount of time trying to...