2 Replies Latest reply on Feb 26, 2008 10:28 AM by tcunning

    Monitoring

    hitsum

      Hi,

      I am trying to understand the monitoring feature available with JBossESB. I need to store the status as well as contents of the messages passing through services.

      I need to develop a generic solution and so o not want to add monitoring of messages from within the actions itself.

      Is there any document to start with for JBossESB monitoring feature? Or can anyone help me on this?

      Thanx.

      hitsum

        • 1. Re: Monitoring
          marklittle

          Take a look at the Monitoring guide in the distribution.

          • 2. Re: Monitoring
            tcunning

             

            "hitsum" wrote:
            Hi,

            I am trying to understand the monitoring feature available with JBossESB. I need to store the status as well as contents of the messages passing through services.



            hitsum, there is built-in monitoring for the number of messages (passed and failed) passing through each service. When you say the "status" of the message, what are you referring to?

            We don't have anything that tracks contents of messages - you could probably implement something with MBeans and have your own action that you reuse that tracks that, since you are interested in tracking it at the service level.