Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

License activation and control

...

  1. Log into the CFX Gateway and select Settings on the left side of the window.



  2. Enter the settings for the CFX broker host using the information shown in the following table.

    Property

    Description

    CFX Broker Host

    The URL used to establish the connection. This connection uses the "amqps://" scheme for encrypted/secure message transmission. The default port is 5672.

    CFX Exchange

    The queue on the CFX broker where all CFX messages are sent.

    CFX Request URL

    Typically, the URL of a service account—not a specific user.

    CFX Request Handle

    The CFX handle used to request messages broadcast by the CFX Gateway.

    Device Handshake Timeout

    A millisecond value used by the CFX Gateway to determine when to abandon a communication if the handshake was started but fails to complete.



  3. Select Save to save the settings.

    Info
    iconfalse
    titleImportant

    When defining the CFX broker host, the configuration of the broker may require the URL to include the credentials of the account to be to establish this connection. In such cases, you must construct the URL as follows:

    amqp://<Username>:<Password>@<HostServer>:<Port>

    Example
    amqp://Fred:FredsPassword@cfxbroker.connectedfactoryexchange.com:5672