Nexial Automation

Test Automation Platform for everyone!

X

Each SQS message would contain the following properties, which may be retrieved (read-only) during Nexial execution:

  1. .id - the message id.
  2. .body - this contains the message body (or content). Nexial presents this as plain text. According to AWS documentation, this should not exceed 256 KB.
  3. .attributes - this contains the message attribute(s) associated to this message. This can be thought of as “structured metadata” that provides more context and definition to the associated message. According to AWS documentation, each message can hold up to 10 attributes. To retrieve a specific attribute in Nexial, use the .[attributes].[name] syntax (example below).
  4. .receiptHandle - unique identifier to a message received. This property is required to delete a message from its queue.