IPWorks MQ 2020 Python Edition

Questions / Feedback?

virtual_host Property

The virtual host to connect to.

Syntax

def get_virtual_host() -> str: ...
def set_virtual_host(value: str) -> None: ...

virtual_host = property(get_virtual_host, set_virtual_host)

Default Value

"/"

Remarks

This property specifies the virtual host to connect to on the server, and is set to / by default.

Note that the configuration of the server defines what virtual hosts are available.

This setting cannot be changed while connected.

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