Configuring Data Source JNDI Configuring Application URL

Configuring Oracle Business Activity Monitoring 22-15 5. Enter the new values, select the checkboxes for each updated value, and click Save . See Table 22–1, Oracle BAM Adapter Configuration Properties for information about each property. Also, see Section 22.8, Configuring Oracle BAM Batching Properties for general information about configuring batching properties. 6. Restart the SOA domain server. It must be restarted because that is where the Oracle BAM Adapter is deployed. Table 22–1 lists the Oracle BAM Adapter configuration properties. Note: To commit these changes to the deployment plan you must click Activate Changes in the Change Center. If the Activate Changes button does not appear, see the Oracle BAM Troubleshooting Guide on the Oracle Technology Network web site for a workaround: http:www.oracle.comtechnologyproductsintegrationbam collateraldocumentation.html Table 22–1 Oracle BAM Adapter Configuration Properties RMI Property SOAP Property Default Description Batch_Lower_Limit SOAP_Batch_Lower_Limit 1000 The minimum amount of elements in a batch before it is sent out. Batch_Upper_Limit SOAP_Batch_Upper_Limit 5000 The maximum amount of elements in a batch before it is sent out. Batch_Timeout SOAP_Batch_Timeout 5000 The timeout in milliseconds after which the batch is sent out even if it is not full. 22-16 Oracle Fusion Middleware Administrators Guide for Oracle SOA Suite and Oracle BPM Suite

22.7.1.1 Configuring the Adapter to Retry Sending Messages

If messages from BPEL process monitors are published when Oracle BAM Server is unavailable, the messages are not persisted and therefore are not published to the Oracle BAM data objects when Oracle BAM Server comes back online. You can change this behavior by setting the Oracle BAM Adapter property Block_On_Batch_Full to true in Oracle BAM Adapter configuration as described in Section 22.7.1, Configuring Oracle BAM Adapter Properties. For more information about BPEL process monitors see Oracle Fusion Middleware Developers Guide for Oracle SOA Suite.

22.7.2 Configuring Oracle BAM Connection Factories

Some configuration in the Oracle WebLogic Server Administration Console is necessary before using Oracle BAM Adapter. Use the Oracle WebLogic Server Administration Console to configure the Oracle BAM connection factories for connections with Oracle BAM Server. To configure Oracle BAM connection factories: 1. Go to the Oracle WebLogic Server Administration Console http:host_name:port_numberconsole, and log on.

2. In the Domain Structure menu, select Deployments.

3. In the Deployments summary table, search for OracleBamAdapter and click it.

Block_On_Batch_Full SOAP_Block_On_Batch_Full false The default setting for block on batch full, which indicates whether batching operations should block when the batch is full. If true then batching calls block until room is freed up in the batch for the operation. If false then BatchIsFullExcept ion exception is thrown. Number_Batches SOAP_Number_Batches 10 The limit of the number of pending calls allowed. Table 22–1 Cont. Oracle BAM Adapter Configuration Properties RMI Property SOAP Property Default Description