Remove-RabbitMQQueues

Copy
NAME
    Remove-RabbitMqQueues
    
SYNOPSIS
    Removes all non-autodelete and non-exclusive queues in the RabbitMq cluster.
    
    
SYNTAX
    Remove-RabbitMqQueues [-AdminCredential <PSCredential>] [-BaseUrl <string>] [<CommonParameters>]
    
    
DESCRIPTION
    
    

PARAMETERS
    -BaseUrl <string>
        Gets or sets the base URL for the RabbitMq REST API.
        
    -AdminCredential <PSCredential>
        Gets or sets the credential of the RabbitMq administrator 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:\>Remove-RabbitMqQueues
    
REMARKS
    To see the examples, type: "get-help Remove-RabbitMqQueues -examples".
    For more information, type: "get-help Remove-RabbitMqQueues -detailed".
    For technical information, type: "get-help Remove-RabbitMqQueues -full".
    For online help, type: "get-help Remove-RabbitMqQueues -online"