Amazon SQS - End Session |
<AMAWSSQS ACTIVITY="end_session" /> |
Description:
Ends an SQS session previously created with the use of the Create Session activity.
IMPORTANT: SQS activities use Amazon's SQS engine to perform their work, therefore, launching and operating Amazon SQS through requires a valid Access Key ID and Secret Access Key. |
Used to end an existing SQS session.
Credentials
Property |
Type |
Required |
Default |
Markup |
Description |
Session Name |
Text |
Yes |
(Empty) |
SESSION="SQSSession2" |
Specifies the name of the session to end. NOTE: To start a session, use the Create Session activity. |
NOTE: The sample AML code below can be copied and pasted directly into the Steps panel of the Task Builder. |
Description: SQS End Session sample step.
<AMAWSSQS ACTIVITY="end_session" /> |