exchange queue monitoring
exchange queue monitoring
I am looking for a way to confirm that the messages queues in exchange are still accepting and delivering mail. Any suggesions on how to configure this test?
I think you may use WMI test method and query like
Select NumberOfMessages from ExchangeQueue
http://msdn.microsoft.com/en-us/library ... G.65).aspx
On the other hand, there is only 1 way to be 100% sure that mail servers and all network components are working fine: use MailReplay test method. HostMonitor sends an e-mail through the specific mail server and then checks when the message becomes available in target mailbox
http://www.ks-soft.net/hostmon.eng/mfra ... #mailrelay
Regards
Alex
Select NumberOfMessages from ExchangeQueue
http://msdn.microsoft.com/en-us/library ... G.65).aspx
On the other hand, there is only 1 way to be 100% sure that mail servers and all network components are working fine: use MailReplay test method. HostMonitor sends an e-mail through the specific mail server and then checks when the message becomes available in target mailbox
http://www.ks-soft.net/hostmon.eng/mfra ... #mailrelay
Regards
Alex
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
You can create a WMI test in Host Monitor, select \\COMPUTERNAME\ROOT\MicrosoftExchangeV2:Exchange_Queue namespace and use the following queryrasc wrote:unfortunately Hostmons WMI-Explorer does not offer the 'Applications' thread wher the queue is in WMI.
How exactly can I access the queue size (or other Exchange-WMI-parameters using WMI Explorer (using hostmon)?
Thank you.
Select Size from Exchange_Queue where QueueID='QueueID'
where QueueName: ID of the queue to check size
Regards,
Tom
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Glad to hear thatrasc wrote:Works over here with "select Size from Exchange_Queue where QueueName='DeferredDeliveryQueue'" as query.
IMPORTANT! [COMPUTERNAME] must be the name of the computer, it does not work (overe here) with e.g. \\192.168.2.9\ROOT\MicrosoftExchangeV2:Exchange_Queue
Thank you Tom!

You're welcome
Regards,
Tom