summaryrefslogtreecommitdiff
path: root/test/definition_import_SUITE_data/case13.json
blob: 726aab1e6caa60cfbc2157894b3fdb51b53f0b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "bindings": [],
  "exchanges": [],
  "global_parameters": [
    {
      "name": "cluster_name",
      "value": "rabbit@localhost"
    }
  ],
  "parameters": [],
  "permissions": [
    {
      "configure": ".*",
      "read": ".*",
      "user": "guest",
      "vhost": "/",
      "write": ".*"
    }
  ],
  "policies": [],
  "queues": [
    {
      "arguments": {
        "x-max-length": 991,
        "x-queue-type": "quorum"
      },
      "auto_delete": false,
      "durable": true,
      "name": "definitions.import.case13.qq.1",
      "type": "quorum",
      "vhost": "/"
    }
  ],
  "rabbit_version": "3.8.6.gad0c0bd",
  "rabbitmq_version": "3.8.6.gad0c0bd",
  "topic_permissions": [],
  "users": [
    {
      "hashing_algorithm": "rabbit_password_hashing_sha256",
      "name": "guest",
      "password_hash": "e8lL5PHYcbv3Pd53EUoTOMnVDmsLDgVJXqSQMT+mrO4LVIdW",
      "tags": "administrator"
    }
  ],
  "vhosts": [
    {
      "limits": [],
      "metadata": {
        "description": "Default virtual host",
        "tags": []
      },
      "name": "/"
    }
  ]
}