72 lines
1.3 KiB
JSON
72 lines
1.3 KiB
JSON
{
|
|
"rabbit_version": "4.2.2",
|
|
"rabbitmq_version": "4.2.2",
|
|
"product_name": "RabbitMQ",
|
|
"product_version": "4.2.2",
|
|
"users": [
|
|
{
|
|
"name": "guest",
|
|
"password": "guest",
|
|
"hashing_algorithm": "rabbit_password_hashing_sha256",
|
|
"tags": "administrator"
|
|
}
|
|
],
|
|
"vhosts": [
|
|
{
|
|
"name": "sim-vhost"
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"user": "guest",
|
|
"vhost": "sim-vhost",
|
|
"configure": ".*",
|
|
"write": ".*",
|
|
"read": ".*"
|
|
}
|
|
],
|
|
"topic_permissions": [],
|
|
"parameters": [],
|
|
"global_parameters": [
|
|
{
|
|
"name": "cluster_name",
|
|
"value": "rabbit@a8d5c6e08439"
|
|
},
|
|
{
|
|
"name": "internal_cluster_id",
|
|
"value": "rabbitmq-cluster-id-gXeBLbsUC2W2tU0Bx_QY_w"
|
|
}
|
|
],
|
|
"policies": [],
|
|
"exchanges": [
|
|
{
|
|
"name": "sim.exchange",
|
|
"vhost": "sim-vhost",
|
|
"type": "direct",
|
|
"durable": true,
|
|
"auto_delete": false,
|
|
"internal": false,
|
|
"argurments": {}
|
|
}
|
|
],
|
|
"queues": [
|
|
{
|
|
"name": "sim.queue",
|
|
"vhost": "sim-vhost",
|
|
"durable": true,
|
|
"auto_delete": false,
|
|
"arguments": {}
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"source": "sim.exchange",
|
|
"vhost": "sim-vhost",
|
|
"destination": "sim.queue",
|
|
"destination_type": "queue",
|
|
"routing_key": "sim.*",
|
|
"arguments": {}
|
|
}
|
|
]
|
|
}
|