Component Manager advanced properties

Use the Advanced tab to specify advanced properties for Component Manager.

The Advanced tab includes these fields.

Name Description
Registry Port

The Java™ Remote Method Invocation (RMI) port Component Manager uses. The default port is 32771.

Event Port

The port that Component Manager listens to for incoming events. The default is 32773.

By entering an event port you configure this Component Manager to automatically respond to new events as they occur. (Process Engine communicates with only one Component Manager. If you have multiple Component Managers running, specify the Event Port for only one of them.) When you specify an event port, Component Manager responds to both the component's polling rate and to the incoming events. For example, if a component's polling rate is 10000 (10 seconds), Component Manager automatically queries the associated component queue every 10 seconds. If after 3 seconds an event comes in, Component Manager again queries the component queue and processes any additional work found there.

Alternatively, if you set the event port to 0, Component Manager does not automatically respond to new events as they occur; instead, Component Manager polls periodically for new events, based on the polling rate you set for each component.

JNDI Initial Context Factory

(For Java™ Message Service- (JMS) or Enterprise Java™Bean- (EJB) based components only) Identifies the class responsible for managing the connection to the Java™ 2 Enterprise Edition (J2EE) Java™ Naming and Directory Interface (JNDI) server. This is usually a vendor-specific class depending on the application server. See Configuring Component Integrator for details.

Preferred JRE Bin Path

Specifies an alternate Java™ Runtime Environment (JRE) for this Component Manager. Use this option if the JRE versions must match (for example, a Java™ adaptor calling an EJB container). If you leave this blank, the system uses the JRE that was installed with Component Manager.

This is required under certain conditions if you are using the JMS adapter with Component Integrator. See Configuring Component Integrator for details.

JRE Parameters

Extra parameters that are passed to Component Manager when it is started.

This must be used if you are using the JMS adapter with Component Integrator. See Configuring Component Integrator for details.

WS-Request Concurrent Threads Specify the number of concurrent threads for WS-Request to start to handle work items in the WS-Requests queue waiting to be processed for either Invoke or Reply.