ProbeConfiguration |
object or string |
✖ |
|
|
ProbeConfiguration.Host |
string |
✔ |
|
Rabbitmq hostname |
ProbeConfiguration.Password |
string |
✖ |
admin |
Rabbitmq password |
ProbeConfiguration.Port |
integer or string |
✖ |
5672 |
Rabbitmq Amqp port |
ProbeConfiguration.Username |
string |
✖ |
admin |
Rabbitmq username |
ProbeConfiguration.VirtualHost |
string |
✖ |
/ |
Rabbitmq virtual host to access during this connection |
ProbeConfiguration.QueueNames |
list or string |
✔ |
|
A list of the names of all the queues to delete from the given rabbitmq |
ProbeConfiguration.QueueNames[] |
string |
✖ |
|
|