Selected Services

In this section you will find some selected Servicesthat have special properties and are therefore described in more detail.

Further information on connecting IGAUSU and BPC can be found in the BPC Connection Tutorial and in the BPC documentation.

BPCController

The BPCController service is used in IGUASU to establish a connection to the BPC. Among other things, information is required for this purpose, which must be generated in the BPC. The following contains information on the properties for configuring the Service:

  • Bulletin Level: Determines the level of the generated messages.

  • BPC URL: The URL of the Business Process Center with which a connection is to be established. By default, this value is https://bpc-karaf:8282

  • API Key: The API key to be used for communication with the Business Process Center. Instructions for generating API keys in the BPC can be found in the BPC documentation in the API Keys section.

BPCListenerController

The BPCListenerController service uses Jetty server modules to enable REST interfaces for receiving BPC data. The following contains information on the properties for configuring the Service:

  • Bulletin Level: Determines the level of the generated messages.

  • Listening Port: Determines on which port the HTTP requests are to be received. The selected port must also be stored in the BPC for complete configuration. Instructions for configuring the connection with the use of the port can be found in the BPC documentation in the IGUASU configuration section or in the BPC Connection Tutorial.

  • Max. open requests: The maximum number of open requests between the Listener Processor at the beginning of a flow and a Response Processor at the end.

  • SSL Context Service: Defines the SSL context service to be used to establish a secure connection. If no context service is selected, only HTTP requests are accepted, which must also be set in the BPC.

  • SSL Client Authentication: SSL Client Authentication can be used for additional authentication of requests. This option is set to No Authentication by default. However, it is also possible to compare the certificates with the TrustStore and reject them.

  • Basic Authentication Username: The username that is used for authentication in the BPC. Further information on the use of the username and password for configuration in the BPC can be found in the IGUASU configuration area.

  • Basic Authentication Password: The password for the username that is used for authentication in the BPC. Further information on the use of the username and password for configuration in the BPC can be found in the IGUASU configuration area.