Get-RabbitMQQueues
Copy
NAME
Get-RabbitMqQueues
SYNOPSIS
Gets all queues in the cluster.
SYNTAX
Get-RabbitMqQueues [-Credential] <PSCredential> [-AdminCredential <PSCredential>] [-BaseUrl <string>] [<CommonParameters>]
DESCRIPTION
Gets all the queues in the current system node.
PARAMETERS
-Credential <PSCredential>
Gets or sets the name of the RabbitMQ admin user.
-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:\>Get-RabbitMqQueues
REMARKS
To see the examples, type: "get-help Get-RabbitMqQueues -examples".
For more information, type: "get-help Get-RabbitMqQueues -detailed".
For technical information, type: "get-help Get-RabbitMqQueues -full".
For online help, type: "get-help Get-RabbitMqQueues -online"