IPWorks MQ 2020 Python Edition

Questions / Feedback?

message_priority Property

The priority of this message.

Syntax

def get_message_priority() -> int: ...
def set_message_priority(value: int) -> None: ...

message_priority = property(get_message_priority, set_message_priority)

Default Value

4

Remarks

The priority of this message.

This property holds the priority of this message; the default is 4 (as defined by the AMQP specification).

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