IPWorks MQ 2020 Python Edition

Questions / Feedback?

namespace_address Property

The namespace address of the relay.

Syntax

def get_namespace_address() -> str: ...
def set_namespace_address(value: str) -> None: ...

namespace_address = property(get_namespace_address, set_namespace_address)

Default Value

""

Remarks

This property specifies the full fully qualified domain name of the relay namespace. For instance myrelay.servicebus.windows.net.

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