Configuring inbound integration

You use Studio to access the configuration file for inbound integrations. In the Project window, navigate to configuration > config > integration, and the open inbound-integration-config.xml. The file contains thread pool and inbound integration configuration settings.

The first section of the inbound-integration-config.xml file configures thread pools. The <threadpools> element contains a list of thread pool elements, each of which is a subtype of the abstract <threadpool> type.

In the base configuration of PolicyCenter, the <threadpools> element contains a list of subelements with pre-defined thread pool names.

The second section of the inbound-integration-config.xml file configures integrations. The <integrations> element contains a list of integration elements, each of which is a subtype of the abstract <inbound-integration> type. For example, if you need five different JMS inbound integrations, each listening to its own JMS queue, add five elements to this section of the file. For each inbound integration, define configuration parameters as subelements. Some of the parameters are required, and some are optional. For example, you must declare the name of the registered plugin implementations that correspond to your handler code.

In the base configuration of PolicyCenter, the <integrations> element contains a list of subelements with pre-defined inbound integration names.

See also