Configure the inbound J2C activation specification properties by using the WebSphere® Process Server administrative console.
Property | Description |
---|---|
User name | The user name for logging into the PeopleSoft EIS. This property does not support globalized values. |
Password | The password for the user. This property does not support globalized values. |
Host name | Name or IP Address of the machine hosting the PeopleSoft EIS. This property does not support globalized values. |
Port | Jolt port number. This property does not support globalized values. |
Language | Language to be used. This property does not support globalized values. |
EventCIName | The name of the component interface that the adapter will interact with during inbound operations. This is a required value. Default Value: IBM_EVENT_CI. |
PollPeriod | This is considered the rate (in milliseconds) at which the EIS event store is polled for new inbound events. This property is required, and valid values are any integrer equal to or greater than 0. If set to "0", the adapter will not wait between cycles. The poll cycle is established at a fixed-rate, meaning that if an execution of the poll cycle is delayed for any reason, such as a prior poll cycle taking longer than expected to complete, the next cycle will occur immediately to catch up. Default: 500 |
PollQuantity | This property is required and must be set to any positive integer greater than 0. It determines the number of events to deliver to each endpoint per poll cycle. Default: 1 |
EDTDriverName | This string value is optional. If used, it represents the XA database driver to use to connect to the Event Distribution Table for inbound events.Example: com.ibm.db2j.jdbc.DB2jXADataSource If there is no value present, the Event Manager will be unable to perform recovery so delivery is not assured. |
EDTDatabaseName | String value, not required. The name of the database for the event distribution table. |
EDTTableName | String value, not required. The name of the table that represents the event distribution table. |
EDTUserName | String value, not required. The username required to connect to the database for the event distribution table. |
EDTPassword | String value, not required. The password required to connect to the database for the event distribution table. |
EDTSchemaName | String value, not required. The schema name for the event distribution table. |
EDTPortNumber | Integer value, not required. The port number for the event distribution table’s database. |
EDTServerName | String value, not required. The server name for the event distribution table’s database. |
EDTURL | String value, not required. The URL for the event distribution table’s database. |
DeliveryType | String value, not required. If used, set to ORDERED or UNORDERED. This determines the order in which the events will be published. One at a time (ORDERED), or all at once (UNORDERED). The default value is ORDERED. |
AutoCreateEDT | Boolean value, not required. If used, this flag indicates whether the adapter should create the EDT table automatically if it doesn't already exist. Default: true |
Last updated: Sun Mar 12 11:24:19 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)