IPWorks MQ 2020 Python Edition

Questions / Feedback?

fetch_timeout Property

How long the class should wait for a message to be received after FetchMessage is called.

Syntax

def get_fetch_timeout() -> int: ...
def set_fetch_timeout(value: int) -> None: ...

fetch_timeout = property(get_fetch_timeout, set_fetch_timeout)

Default Value

60

Remarks

This property controls how long, in seconds, the class will wait for a message to be received after fetch_message is called before timing out the request. If set to zero, the class will wait indefinitely.

Refer to fetch_message for more information.

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