Skip to content

Commit

Permalink
add portal details
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkisse committed Sep 2, 2024
1 parent 7be9e0a commit 0ba1348
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker-compose/minio-trino/rabbitmq/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@

}
},
{
"name":"portal_details",
"vhost":"/",
"durable":true,
"auto_delete":false,
"arguments":{

}
},
{
"name":"portal_update",
"vhost":"/",
Expand Down Expand Up @@ -237,6 +246,16 @@

}
},
{
"source":"notify",
"vhost":"/",
"destination":"portal_details",
"destination_type":"queue",
"routing_key":"details",
"arguments":{

}
},
{
"source":"schema",
"vhost":"/",
Expand Down

0 comments on commit 0ba1348

Please sign in to comment.