Using batched delivery in the BAM Adapter
By altering the batching settings for the BAM Adapter, you can make fewer calls out to the Active Data Cache Server, which can save bandwidth and improve performance.
Getting ready
This recipe is only useful if your domain makes use of the BAM Adapter. You will need write access to the files in your SOA Suite domain for this recipe.
The configuration files are not created until the server is first started, so you will need to start the server before you are able to edit the files.
How to do it...
The following steps will help us enable batched delivery for the BAM Adapter:
Edit the following file:
ORACLE_HOME/user_projects/domains/$DOMAIN_NAME/config/fmwconfig/servers/bam_server1/applications/oracle-bam_11.1.1/config/BAMCommonConfig.xml
Locate the BAM batching properties at the top of the file, and increase their values.
We suggest trying the following values:
Property
Default Value
Tuned Value
Batching_Limit_Lower
1000
2500
Batching_Limit_Upper...