You are here: Reference Manual > FME Server Services > Notification Service > Publishers > Configuring the Publisher

Configuring the Publisher

  1. In the FME Server Web User Interface, select Manage > Notifications. Select the Publications tab and click New.
  2. Publication Name: Provide a name for your Publication.
  3. Topics to Publish to: Click the topics you want to subscribe to and click Add. Alternatively, click Add All to subscribe to all topics.
  4. Protocol: Select Amazon SQS.
  5. SQS Queue URL: Provide the URL of the queue.
  6. AWS Access Key ID and AWS Secret Access Key: Provide your AWS security credentials.
  7. 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.)
  8. 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.
  9. 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