IPWorks MQ 2020 Python Edition

Questions / Feedback?

message_other_data Property

This property contains extra data elements for the current message.

Syntax

def get_message_other_data() -> str: ...
def set_message_other_data(value: str) -> None: ...

message_other_data = property(get_message_other_data, set_message_other_data)

Default Value

""

Remarks

message_other_data will contain zero or more complete XML elements associated with the message, but which are not defined in the Jabber specification.

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