IPWorks MQ 2020 Python Edition

Questions / Feedback?

received_message_body Property

The message body.

Syntax

def get_received_message_body() -> bytes: ...

received_message_body = property(get_received_message_body, None)

Default Value

""

Remarks

The message body.

This property holds the body of the message. It may be empty.

This property is read-only.

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