Skip to content

Commit

Permalink
a poke
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Vaughan committed Sep 5, 2024
1 parent d0a1e30 commit c9e5a4b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docker-compose/minio-trino/rabbitmq/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,15 @@
"auto_delete":false,
"arguments":{

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

}
}
],
Expand Down Expand Up @@ -173,6 +182,15 @@
"auto_delete":false,
"internal":false,
"arguments":{}
},
{
"name":"schemaOutput",
"vhost":"/",
"type":"fanout",
"durable":true,
"auto_delete":false,
"internal":false,
"arguments":{}
}
],
"bindings":[
Expand Down Expand Up @@ -264,6 +282,15 @@
"routing_key":"request",
"arguments":{

}
},
{
"source":"schemaOutput",
"vhost":"/",
"destination":"return_schema",
"destination_type":"queue",
"routing_key":"request",
"arguments":{
}
}
]
Expand Down

0 comments on commit c9e5a4b

Please sign in to comment.