Test-RabbitMqPort

Copy
NAME 

    Test-RabbitMqPort 

 

SYNOPSIS 

    Checks RabbitMQ Port connectivity 

 

SYNTAX 

    Test-RabbitMqPort [-Hostname <string>] [-Port <int>] [<CommonParameters>] 

 

 

DESCRIPTION 

    Checks connection between the Port and the Hostname 

    Default Hostname and Port are 'localhost' and '5672'

 

 

PARAMETERS 

    -Hostname <string> 

        Gets or sets the hostname. 

 

    -SubjectName <string> 

        Gets or sets the hostname. 

 This is an alias of the Hostname parameter. 

 

    -FQDN <string> 

        Gets or sets the hostname. 

 This is an alias of the Hostname parameter. 

 

    -Port <int> 

        Port to connect to RabbitMQ. 

 

    <CommonParameters> 

        This cmdlet supports the common parameters: Verbose, Debug, 

        ErrorAction, ErrorVariable, WarningAction, WarningVariable, 

        OutBuffer, PipelineVariable, and OutVariable. For more information, see  

        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).  

 

    ----------  EXAMPLE 1  ---------- 

 

    PS C:\>Test-RabbitMqPort -verbose 

 

REMARKS 

    To see the examples, type: "get-help Test-RabbitMqPort -examples"

    For more information, type: "get-help Test-RabbitMqPort -detailed"

    For technical information, type: "get-help Test-RabbitMqPort -full"

    For online help, type: "get-help Test-RabbitMqPort -online"