Using the File Binding Component in a Project

Processing Protocols and Capabilities

The consumer mode in JBI or the server side processing activities are referred as Inbound processing. Error Handling and Recovery are an examples for Inbound processing.

The provider mode in JBI or the client side processing activities are referred to as Outbound processing. File write and on-demand read protocols will be covered in this section.

Inbound Processing

The following list describes the Inbound processing file poll protocols and their capabilities:

Error Handling

In case of errors while processing an input file:

Recovery

Recovery is a mechanism used to prevent message loss in case of system crash.

On startup, Inbound Processor will first check the work directory and put any unprocessed files in the queue for the worker thread. This ensures that any files left unprocessed in the work directory will be processed when the systems restarts.

Outbound Processing

The following list describes the Outbound processing file write protocols and their capabilities: