UseFIFOQueue Property

Whether the component should use FIFO queues instead of standard queues.

Data Type

Boolean

Default Value

false

Remarks

Amazon SQS supports both standard and FIFO (First-In First-Out) queues. The order in which messages are sent and received is preserved. Messages are delivered exactly once and remain available until the receiver deletes it. FIFO queue names must end in ".fifo".

When set to True, the Queue property must end in ".fifo" and the VisibilityTimeout must not be zero. Setting VisibilityTimeout to zero when using FIFO queues prevents the task from being able to delete messages.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software Tasks for SSIS - Version 20.0 [Build 8319]