Skip to content

Commit 69207a4

Browse files
committed
Nicely format definitions.json
1 parent 77232b2 commit 69207a4

File tree

1 file changed

+115
-1
lines changed

1 file changed

+115
-1
lines changed
Lines changed: 115 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,115 @@
1-
{"rabbit_version":"3.8.11","rabbitmq_version":"3.8.11","product_name":"RabbitMQ","product_version":"3.8.11","users":[{"name":"hello-world","password_hash":"JQ6+ZVMAIIpmGS/pXb9Q6elneY94TrchYGYJAKE9wtRiIpRt","hashing_algorithm":"rabbit_password_hashing_sha256","tags":"administrator","limits":{}},{"name":"guest","password_hash":"X5L0vwDQq2g8bu2Rr3oGc+uJiU+tRSFqSOj14w6zYqRK/lDU","hashing_algorithm":"rabbit_password_hashing_sha256","tags":"administrator","limits":{}}],"vhosts":[{"name":"hello-world"},{"name":"/"}],"permissions":[{"user":"guest","vhost":"hello-world","configure":".*","write":".*","read":".*"},{"user":"guest","vhost":"/","configure":".*","write":".*","read":".*"},{"user":"hello-world","vhost":"hello-world","configure":".*","write":".*","read":".*"}],"topic_permissions":[],"parameters":[],"global_parameters":[{"name":"cluster_name","value":"rabbit@73cf1fdf05d2"},{"name":"internal_cluster_id","value":"rabbitmq-cluster-id-j-jeqGlk6rJYvqR_Tb06yw"}],"policies":[],"queues":[{"name":"qq1","vhost":"hello-world","durable":true,"auto_delete":false,"arguments":{"x-queue-type":"quorum"}},{"name":"cq1","vhost":"hello-world","durable":true,"auto_delete":false,"arguments":{"x-queue-type":"classic"}}],"exchanges":[{"name":"example","vhost":"hello-world","type":"fanout","durable":true,"auto_delete":false,"internal":false,"arguments":{}}],"bindings":[{"source":"example","vhost":"hello-world","destination":"qq1","destination_type":"queue","routing_key":"","arguments":{}},{"source":"example","vhost":"hello-world","destination":"cq1","destination_type":"queue","routing_key":"1234","arguments":{}}]}
1+
{
2+
"rabbit_version": "3.8.11",
3+
"rabbitmq_version": "3.8.11",
4+
"product_name": "RabbitMQ",
5+
"product_version": "3.8.11",
6+
"users": [
7+
{
8+
"name": "hello-world",
9+
"password_hash": "JQ6+ZVMAIIpmGS/pXb9Q6elneY94TrchYGYJAKE9wtRiIpRt",
10+
"hashing_algorithm": "rabbit_password_hashing_sha256",
11+
"tags": "administrator",
12+
"limits": {}
13+
},
14+
{
15+
"name": "guest",
16+
"password_hash": "X5L0vwDQq2g8bu2Rr3oGc+uJiU+tRSFqSOj14w6zYqRK/lDU",
17+
"hashing_algorithm": "rabbit_password_hashing_sha256",
18+
"tags": "administrator",
19+
"limits": {}
20+
}
21+
],
22+
"vhosts": [
23+
{
24+
"name": "hello-world"
25+
},
26+
{
27+
"name": "/"
28+
}
29+
],
30+
"permissions": [
31+
{
32+
"user": "guest",
33+
"vhost": "hello-world",
34+
"configure": ".*",
35+
"write": ".*",
36+
"read": ".*"
37+
},
38+
{
39+
"user": "guest",
40+
"vhost": "/",
41+
"configure": ".*",
42+
"write": ".*",
43+
"read": ".*"
44+
},
45+
{
46+
"user": "hello-world",
47+
"vhost": "hello-world",
48+
"configure": ".*",
49+
"write": ".*",
50+
"read": ".*"
51+
}
52+
],
53+
"topic_permissions": [],
54+
"parameters": [],
55+
"global_parameters": [
56+
{
57+
"name": "cluster_name",
58+
"value": "rabbit@73cf1fdf05d2"
59+
},
60+
{
61+
"name": "internal_cluster_id",
62+
"value": "rabbitmq-cluster-id-j-jeqGlk6rJYvqR_Tb06yw"
63+
}
64+
],
65+
"policies": [],
66+
"queues": [
67+
{
68+
"name": "qq1",
69+
"vhost": "hello-world",
70+
"durable": true,
71+
"auto_delete": false,
72+
"arguments": {
73+
"x-queue-type": "quorum"
74+
}
75+
},
76+
{
77+
"name": "cq1",
78+
"vhost": "hello-world",
79+
"durable": true,
80+
"auto_delete": false,
81+
"arguments": {
82+
"x-queue-type": "classic"
83+
}
84+
}
85+
],
86+
"exchanges": [
87+
{
88+
"name": "example",
89+
"vhost": "hello-world",
90+
"type": "fanout",
91+
"durable": true,
92+
"auto_delete": false,
93+
"internal": false,
94+
"arguments": {}
95+
}
96+
],
97+
"bindings": [
98+
{
99+
"source": "example",
100+
"vhost": "hello-world",
101+
"destination": "qq1",
102+
"destination_type": "queue",
103+
"routing_key": "",
104+
"arguments": {}
105+
},
106+
{
107+
"source": "example",
108+
"vhost": "hello-world",
109+
"destination": "cq1",
110+
"destination_type": "queue",
111+
"routing_key": "1234",
112+
"arguments": {}
113+
}
114+
]
115+
}

0 commit comments

Comments
 (0)