IPWorks MQ 2020 Python Edition

Questions / Feedback?

max_messages Property

The maximum number of messages retrieved from the queue.

Syntax

def get_max_messages() -> int: ...
def set_max_messages(value: int) -> None: ...

max_messages = property(get_max_messages, set_max_messages)

Default Value

1

Remarks

The maximum number of messages retrieved by list_messages. This is not the number of messages that will be returned, but just the maximum number that will be returned.

Amazon's SQS service dictates that this parameter should be between 1 to 10, all other values are illegal.

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