Assert-RabbitMQConnectivity

Copy
NAME
    Assert-RabbitMqConnectivity
    
SYNOPSIS
    Validates connectivity to RabbitMq
    
    
SYNTAX
    Assert-RabbitMqConnectivity -Credential <PSCredential> [-Hostname <string>] [-Port <int>] [-UseTls <SwitchParameter>] [<CommonParameters>]
    
    
DESCRIPTION
    The Assert-RabbitMqConnectivity attempts to connect to RabbitMq the same way a Distributed Engine or Secret Server would.
    

PARAMETERS
    -UseTls <SwitchParameter>
        Gets or sets the use TLS.
        
    -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 on.
        
    -Credential <PSCredential>
        Gets or sets the credential of the rabbit mq user.
        
    <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:\>Assert-RabbitMqConnectivity
    
REMARKS
    To see the examples, type: "get-help Assert-RabbitMqConnectivity -examples".
    For more information, type: "get-help Assert-RabbitMqConnectivity -detailed".
    For technical information, type: "get-help Assert-RabbitMqConnectivity -full".
    For online help, type: "get-help Assert-RabbitMqConnectivity -online"