IPWorks MQ 2020 Android Edition

Questions / Feedback?

SqsMessage Type

An object representing a single SQS Message.

Remarks

An object representing a single SQS Message.

Fields

Body
String

The body of the SQS message.

Id
String

The ID of the SQS message.

MD5
String

The MD5 of the SQS message.

ReceiptHandle
String

The Receipt handle of the SQS message.

Constructors

public SqsMessage();



public SqsMessage(String id, String receiptHandle, String body, String MD5);



Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 Android Edition - Version 20.0 [Build 8155]