CreateRabbitUserAndVHost
[-deployUser] <String>
[-deployPassword] <String>
[-rabbitApiUrl] <String>
[-user] <String>
[-password] <String>
[-vHost] <String>
Creates a new rabbit user and vhost
CreateRabbitUserAndVHost -deployUser "rabbit-deploy" -deployPassword "Secure_Deploy_Password" -rabbitApiUrl "http://myrabbitserver:15672/api" -user "MyRabbitUser" -password "Secure_User_Password" -vHost "MyRabbitVHost"