Operation Property

The operation which will be executed by the SQS component.

Data Type

Enumeration

Possible Values

Receive Messages (0)
List Messages (1)
List Queues (2)
Delete Messages (3)

Default Value

0

Remarks

This setting controls the behavior of the task. The following operations are supported:

  • Receive Messages (default)
  • List Messages
  • List Queues
  • Delete Messages

When set to Receive Messages the task will download messages to the directory specified by LocalDirectory.

When set to List Messages the task will download messages and store them in MessageList.

When set to List Queues the QueueList property defines a variable to which the queue information is written.

When set to Delete Messages the task will delete the message specified by MessageId (TBD). If MessageId is set to "*" all messages returned by the server (up to MaxMessages count) are deleted.

This property is not available in the Sender.

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