How to Create a Custom Data Publisher
To create a custom data publisher, perform the following steps:
To create a custom data publisher:
Note:
Ensure that additional Java libraries needed to implement the data publisher are in the class path.
Oracle BPEL Process Manager can execute multiple process instances simultaneously, so ensure that the code in your data publisher is thread safe, or add appropriate synchronization blocks. To guarantee high throughput, do not use shared data objects that require synchronization.