
You have created alert rules and activated them. For more information, see Alert Configuration in SAP NetWeaver Administrator and Alert Configuration in Integration Builder .
You are familiar with the details of the Web service APIs for accessing the alerting information. For more information, see Alerting API on Integration Directory and Alerting API on Alert Engine .
You can test the behavior of the alerting APIs before implementing the alert consumer. For more information, see Testing Web Services in the Web Services Navigator .
To use the alerting APIs, you should know how to develop a Web service client using the technology selected for implementing an alert consumer.
SAP provides all tools necessary for creating and configuring a Web service client on AS ABAP and AS Java. You can also create a Web service client on other platforms.
In component-based message alerting, an alert consumer registers itself for alert rules, fetches the alerts from Alert Engines, processes the alerts, and sends notifications to users as needed. You can develop a custom alert consumer that can do all this using the APIs provided with the alerting infrastructure in SAP Process Integration (PI). You can do this when the alert consumption functionality provided by SAP in SAP Solution Manager and the simple local alert consumer is not available in your infrastructure, or when you want to implement specific features in your alert consumer.
The alert consumer fetches the alerts from Alert Engines, processes the alerts, and sends notifications to users.
How to create a Web service client on AS ABAP: Consuming a Web Service .
How to create a Web service client on AS Java: Consuming Web Services .