Hi Rimi > I need to configure some alert messages for my wso2 in case of any > SLA violation. One way to do this is to configure your enterprise JMX management and monitoring solution (e.g. Hyperic, Zabbix etc) to read the JMX statistics that the ESB reports to trigger notifications of violations. This is my recommended method. > Eg:- WsO2 proxy should send EMAIL to configured mail ids if it is not > getting response from business component with in a predefined number > of seconds. > > Is it possible to configure this type of alerts in wso2. Please give > any links/examples if u have any idea. An alternative would be to configure an error sequence that triggers on an endpoint failure, and then use the error sequence to use the mail transport and send a message. However, if the endpoint has a lot of load, this alerting path could itself become an issue or expensive bottleneck with the SMTP calls
cheer asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com _______________________________________________ Esb-java-user mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user
