Monitoring JBOSS ESB
Can anyone suggest which monitoring tool is the best for monitoring JBOSS, in particular ESB queue depth etc? I currently use Hyperic with a custom plugin, does anything support JBOSS ESB out of the box? ...
Can anyone suggest which monitoring tool is the best for monitoring JBOSS, in particular ESB queue depth etc? I currently use Hyperic with a custom plugin, does anything support JBOSS ESB out of the box? ...
Does JBoss ESB Action has life cycle like Servlet does (init, service, destroy)? I am writing dozens of ESB actions that requires the same initialization and destroy business logic. So I am thinking of putting this common init and destroy code in one parent class. ...