Skip to content
Nathan Richardson edited this page Jan 17, 2019 · 11 revisions
Gate

Icon

metl gate 48x48 color

Use When

A component(s) needs to wait until another component has completely finished

Samples

Service Get All Persons, Service Get All Persons Custom XML, Service Get Person By Id, Service Upsert Persons

Description

The Gate component queues up incoming messages until a control message is received from the gate control source step or if the unit of work boundary is reached and the option to 'Force Gate Open On No Source Message' is selected. Then all queued messages are released to the downstream components.

Inbound Message Type

Any

Output Message Type

Any

Control Message Handling

Input: When a control message is received, start the processing of this component.

Output: A single control message will be forwarded to downstream components once all messages have been processed through this step.

Properties
Name Description

Error Suspense Step

Whether to forward failed messages and continue processing. This is the name of a linked component to forward the failed messages to.

Enabled

Gate Control Source

The source component that controls the opening of the gate

Force Gate Open On No Source Message

Whether to release all queued messages even if no source message is received

Log Input

Log Output

Inbound Queue Capacity

Clone this wiki locally