Skip to content

Commit

Permalink
add: RabbitMQ config file
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioscardace committed Jun 11, 2024
1 parent 0ab28c0 commit f20f381
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions rabbitmq/definitions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"rabbit_version": "3.12.10",
"rabbitmq_version": "3.12.10",
"product_name": "RabbitMQ",
"product_version": "3.12.10",
"users": [],
"permissions": [],
"exchanges": [{
"name": "notifications_exchange",
"vhost": "/",
"type": "fanout",
"durable": true,
"auto_delete": false,
"internal": false,
"arguments": {}
}],
"queues": [],
"bindings": []
}

0 comments on commit f20f381

Please sign in to comment.