azure - NServicebus: Programmatic reading of error queue -


Let's currently create an application using NServicebus and Azure

Regular Procedures Work But now I want to do more about the application's management and monitoring aspect.

The customer wants to see a dashboard where he can see the health of the application and also be able to solve the problem.

What do I want to do:

  • Find out when an error queue (an administrator is sent to be able to send a warning) is sent to
  • Allow administrator to handle messages on the error queue from the management application, without resorting to the provided command line tool.

    Is NServicebus a way to tackle the problem with the program? I know which errors are transient and which errors may require manual intervention.

    Is it possible to plug in logic?

    Is it possible to handle messages on the error queue program?

    Thank you, Irwin

    "About the Dashboard where it can see health Be able to correct the application and also issues ":

    Please take a look at service pulse () for production and online monitoring. It provides both endpoint health indicators and unsuccessful message indicators (including "retry" capabilities) for advanced debugging and visualization of your process, you should also consider serviceincent ().

    The service is a service control server behind the pulse curtain, which exposes the REST HTTP API with programmatic access to audit and error messages.

    HTH,

    Danny

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -