You are here: Reference Manual > FME Server Web Services > Notification Service > Publishers > Configuring the Publisher
Configuring the Publisher
- In the FME Server Web User Interface, select Notifications > Publications, and click New.
- Name: Provide a name for your Publication.
- Protocol: Select Amazon SQS.
- Topics To Publish To: Specify the Topics you want to publish to using the drop-down selector. To create a topic and use it right away, click +.
- SQS Queue URL: Provide the URL of the queue.
- AWS Access Key ID and AWS Secret Access Key: Provide your AWS security credentials.
- Delete Message After Received: If Yes, the publisher deletes the Amazon SQS message from FME Server after it is published. If No, the publisher does not delete the message. (Instead, a corresponding subscriber process is responsible for deleting it.)
- Visibility Timeout: The time, in seconds, beginning when the publisher starts, during which other SQS publishers cannot access the same message from the Amazon SQS queue.
- Click OK. Your publication is now configured to receive messages from the specified queue.
Keywords
The publisher associates elements in the incoming messages with the following keywords:
Keyword | Description |
---|---|
sqs_md5 | MD5 of the message. |
sqs_message_id | ID of the message. |
sqs_publisher_content | Body of the message. |
sqs_receipt_handle | Receipt handle of the message. |
See Also