As a starting point, in the outgoing queues, look at the counters :
messages, unacked and unprocessed messages.
Are there unacked or unprocessed messages?
This would mean that the messages have been sent but the sender didn't
receive acknowledgments or the application on the destination side didn't
consume the messages.
A good solution would be to perform a network trace between the client and
the server and have it analysed by Microsoft support.
Regards,
Emmanuel.
"Eddie Davis" <jed...@gapac.com> a écrit dans le message de news:
031101c335ca$1d73a550$a301...@phx.gbl...
Thanks in advance for your help!
>.
>
>.
>
Check the event log and verify if your application logged something ( VB
runtime error, com+ error....),
if it's a com+ application, verify it's started...
You might need to involve the developer of your application to figure out
why it's not consuming messages ( add logging, debug the app...)
Thanks,
Emmanuel Dreux.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Eddie Davis" <jed...@gapac.com> a écrit dans le message de news:
05f001c33732$e9741fe0$a001...@phx.gbl...
We tried 1) deleting the queue and recreating
2) able to send to the same desitnation queue
from a different machine.
On a rleated note,
Is there any way to monitor/access the Outgoing queue on
a regular basis, programatically? That will help us in
identifying if the problem occurs again.
>.
>
You can use the local admin api
(http://support.microsoft.com/default.aspx?kbid=242471 ) to monitor outgoing
queues. This API has a COM interface on msmq3.0 (WinXP and Win2003).
Thanks, Doron
--
This posting is provided "AS IS" with no warranties, and confers no rights.
.
"Srinath Remala" <sre...@gapac.com> wrote in message
news:07c301c361a6$4a6982c0$a001...@phx.gbl...