How to monitor Suspended Queue?

Home Page Forums BizTalk 2004 – BizTalk 2010 How to monitor Suspended Queue?

Viewing 1 reply thread
  • Author
    Posts
    • #15582

      I want to apply an alerting channel, whenever a message is suspended, a email will be sent out.

      Then how can i polling for those suspended message?

      Appreciate for any ideas…thanks

    • #15583

      There are a number of options here:

      Rather than suspending messages, you can use the a new feature of Biztalk 2006, that allows you to route failed messages. Rather than suspending failed messages, the message context properties are changed and then published to the messagebox. You can have an orchestration or send port subscribe to these messages and take whatever action is required.

      Similarly use of scopes and exception handlers in orchestrations allow you to catch errors and take action rather than letting Biztalk suspend the process.

      You can also use MOM, to listen for the WMI Events that are fired when Biztalk detects an error. MOM will alow you to send an email in response to an error. 

       

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.