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.
113 lines
2.8 KiB
113 lines
2.8 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": "/"
|
|
}
|
|
]
|
|
}
|