CreateRabbitUserAndVHost


CreateRabbitUserAndVHost
    [-deployUser] <String>
    [-deployPassword] <String>
    [-rabbitApiUrl] <String>
    [-user] <String>
    [-password] <String>
    [-vHost] <String>

Description

Creates a new rabbit user and vhost

Example


CreateRabbitUserAndVHost -deployUser "rabbit-deploy" -deployPassword "Secure_Deploy_Password" -rabbitApiUrl "http://myrabbitserver:15672/api" -user "MyRabbitUser" -password "Secure_User_Password" -vHost "MyRabbitVHost"