You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
152 lines
3.7 KiB
152 lines
3.7 KiB
{
|
|
"queues": [
|
|
{
|
|
"arguments": {},
|
|
"auto_delete": false,
|
|
"durable": true,
|
|
"name": "activity_queue",
|
|
"type": "classic",
|
|
"vhost": "/"
|
|
},
|
|
{
|
|
"arguments": {},
|
|
"auto_delete": false,
|
|
"durable": true,
|
|
"name": "notif_queue",
|
|
"type": "classic",
|
|
"vhost": "/"
|
|
},
|
|
{
|
|
"arguments": {},
|
|
"auto_delete": false,
|
|
"durable": true,
|
|
"name": "socket_queue",
|
|
"type": "classic",
|
|
"vhost": "/"
|
|
},
|
|
{
|
|
"arguments": {},
|
|
"auto_delete": false,
|
|
"durable": true,
|
|
"name": "log_queue",
|
|
"type": "classic",
|
|
"vhost": "/"
|
|
}
|
|
],
|
|
"exchanges": [
|
|
{
|
|
"arguments": {},
|
|
"auto_delete": false,
|
|
"durable": true,
|
|
"name": "activity_exchange",
|
|
"type": "headers",
|
|
"vhost": "/"
|
|
},
|
|
{
|
|
"arguments": {},
|
|
"auto_delete": false,
|
|
"durable": true,
|
|
"name": "notif_exchange",
|
|
"type": "headers",
|
|
"vhost": "/"
|
|
},
|
|
{
|
|
"arguments": {},
|
|
"auto_delete": false,
|
|
"durable": true,
|
|
"name": "socket_exchange",
|
|
"type": "headers",
|
|
"vhost": "/"
|
|
},
|
|
{
|
|
"arguments": {},
|
|
"auto_delete": false,
|
|
"durable": true,
|
|
"name": "log_exchange",
|
|
"type": "fanout",
|
|
"vhost": "/"
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"arguments": {
|
|
"x-match": "any",
|
|
"name" : "activity"
|
|
},
|
|
"destination": "activity_queue",
|
|
"destination_type": "queue",
|
|
"routing_key": "",
|
|
"source": "activity_exchange",
|
|
"vhost": "/"
|
|
},
|
|
{
|
|
"arguments": {
|
|
"x-match": "any",
|
|
"name" : "notif"
|
|
},
|
|
"destination": "notif_queue",
|
|
"destination_type": "queue",
|
|
"routing_key": "",
|
|
"source": "notif_exchange",
|
|
"vhost": "/"
|
|
},
|
|
{
|
|
"arguments": {
|
|
"x-match": "any",
|
|
"name" : "socket"
|
|
},
|
|
"destination": "socket_queue",
|
|
"destination_type": "queue",
|
|
"routing_key": "",
|
|
"source": "socket_exchange",
|
|
"vhost": "/"
|
|
},
|
|
{
|
|
"arguments": {},
|
|
"destination": "log_queue",
|
|
"destination_type": "queue",
|
|
"routing_key": "",
|
|
"source": "log_exchange",
|
|
"vhost": "/"
|
|
}
|
|
],
|
|
|
|
"global_parameters": [
|
|
{
|
|
"name": "cluster_name",
|
|
"value": "rabbit@258a143f3102"
|
|
}
|
|
],
|
|
"parameters": [],
|
|
"permissions": [
|
|
{
|
|
"configure": ".*",
|
|
"read": ".*",
|
|
"user": "root",
|
|
"vhost": "/",
|
|
"write": ".*"
|
|
}
|
|
],
|
|
"policies": [],
|
|
"rabbit_version": "3.8.5",
|
|
"rabbitmq_version": "3.8.5",
|
|
"topic_permissions": [],
|
|
"users": [
|
|
{
|
|
"hashing_algorithm": "rabbit_password_hashing_sha256",
|
|
"name": "root",
|
|
"password_hash": "Y0AhwjtK6iQM0t0Hp9t9nBey8zzMBa3LuszL3zlZ1mGtWsif",
|
|
"tags": "administrator"
|
|
}
|
|
],
|
|
"vhosts": [
|
|
{
|
|
"limits": [],
|
|
"metadata": {
|
|
"description": "Default virtual host",
|
|
"tags": []
|
|
},
|
|
"name": "/"
|
|
}
|
|
]
|
|
}
|