You are here: Reference Manual > FME Server Services > Notification Service > Publishers > Configuring the Publisher
Configuring the Publisher
- In the FME Server Web User Interface, select Manage > Notifications. Select the Publications tab and click New.
- Publication Name: Provide a name for your Publication.
- Topics to Publish to: Click the topics you want to subscribe to and click Add. Alternatively, click Add All to subscribe to all topics.
- Protocol: Select Amazon SQS.
- 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