IPWorks MQ 2020 Python Edition

Questions / Feedback?

queue_prefix Property

QueuePrefix can be used to filter the queues listed.

Syntax

def get_queue_prefix() -> str: ...
def set_queue_prefix(value: str) -> None: ...

queue_prefix = property(get_queue_prefix, set_queue_prefix)

Default Value

""

Remarks

Only the queues whose names start with the specified queue_prefix are listed when list_queues is called.

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