summaryrefslogtreecommitdiff
path: root/test/definition_import_SUITE_data/case10/case10a.json
blob: 1eec5ccb9e1ad4ff89838f136985ca446b688aef (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
56
57
58
59
60
61
62
63
64
65
66
67
{
    "rabbit_version": "3.7.13",
    "users": [
        {
            "name": "bunny_reader",
            "password_hash": "ExmGdjBTmQEPxcW2z+dsOuPvjFbTBiYQgMByzfpE/IIXplYG",
            "hashing_algorithm": "rabbit_password_hashing_sha256",
            "tags": ""
        }
    ],
    "vhosts": [
        {
            "name": "langohr_testbed"
        },
        {
            "name": "bunny_testbed"
        },
        {
            "name": "/"
        }
    ],
    "permissions": [
        {
            "user": "bunny_reader",
            "vhost": "bunny_testbed",
            "configure": "^---$",
            "write": "^---$",
            "read": ".*"
        }
    ],
    "topic_permissions": [],
    "parameters": [
        {
          "component": "vhost-limits",
          "name": "limits",
          "value": {
            "max-connections": 14000
          },
          "vhost": "/"
        }
    ],
    "global_parameters": [
        {
            "name": "cluster_name",
            "value": "rabbit@localhost"
        }
    ],
    "policies": [],
    "queues": [
        {
            "name": "bunny.basic_consume0.1364356981103202",
            "vhost": "bunny_testbed",
            "durable": false,
            "auto_delete": true,
            "arguments": {}
        },
        {
            "name": "bunny.basic_consume0.1364356981103202",
            "vhost": "bunny_testbed",
            "durable": true,
            "auto_delete": true,
            "arguments": {}
        }
    ],
    "exchanges": [],
    "bindings": []
}