|
- {
- "bindings": [
- {
- "vhost": "/",
- "source": "logstash",
- "destination": "to-high",
- "destination_type": "queue",
- "routing_key": "",
- "arguments": {}
- }
- ],
- "exchanges": [
- {
- "name": "logstash",
- "vhost": "/",
- "type": "fanout",
- "durable": true,
- "auto_delete": false,
- "internal": false,
- "arguments": {}
- }
- ],
- "global_parameters": [],
- "parameters": [
- {
- "value": {
- "src-uri": "amqp://shovel:shovel@localhost",
- "src-queue": "to-high",
- "dest-uri": "amqp://shovel:shovel@high-transfer",
- "dest-exchange": "from-low",
- "ack-mode": "on-confirm",
- "delete-after": "never"
- },
- "vhost": "/",
- "component": "shovel",
- "name": "shovel-low-high"
- }
- ],
- "permissions": [
- {
- "configure": ".*",
- "read": ".*",
- "user": "guest",
- "vhost": "/",
- "write": ".*"
- },
- {
- "configure": "^logstash$",
- "read": "^$",
- "user": "logstash",
- "vhost": "/",
- "write": "^logstash$"
- },
- {
- "configure": "^$",
- "read": "^to-high$",
- "write": "^$",
- "user": "shovel",
- "vhost": "/"
- }
- ],
- "policies": [],
- "queues": [
- {
- "name": "to-high",
- "vhost": "/",
- "durable": true,
- "auto_delete": false,
- "arguments": {}
- }
- ],
- "rabbit_version": "3.11.0",
- "rabbitmq_version": "3.11.0",
- "topic_permissions": [],
- "users": [
- {
- "hashing_algorithm": "rabbit_password_hashing_sha256",
- "limits": {},
- "name": "logstash",
- "password_hash": "xgcwpKociAT+8XH28TN8kSGyJCzdRQ7yGx07EC59uqVJDGRo",
- "tags": []
- },
- {
- "hashing_algorithm": "rabbit_password_hashing_sha256",
- "limits": {},
- "name": "shovel",
- "password_hash": "lVd8P66d7wg2DI88eFbIFry2C6uoHciL5GhacyR2LLd7YrSM",
- "tags": []
- },
- {
- "hashing_algorithm": "rabbit_password_hashing_sha256",
- "limits": {},
- "name": "guest",
- "password_hash": "V+I16wJVwnhij+/3MW7AXFkSwh41KRRRewc1rT1I2x6HEIqU",
- "tags": [
- "administrator"
- ]
- }
- ],
- "vhosts": [
- {
- "limits": [],
- "metadata": {
- "description": "Default virtual host",
- "tags": []
- },
- "name": "/"
- }
- ]
- }
|