diff --git a/docker-compose/minio-trino/rabbitmq/definitions.json b/docker-compose/minio-trino/rabbitmq/definitions.json index 373b255..700bad3 100644 --- a/docker-compose/minio-trino/rabbitmq/definitions.json +++ b/docker-compose/minio-trino/rabbitmq/definitions.json @@ -130,6 +130,15 @@ "auto_delete":false, "arguments":{ + } + }, + { + "name":"return_schema", + "vhost":"/", + "durable":true, + "auto_delete":false, + "arguments":{ + } } ], @@ -173,6 +182,15 @@ "auto_delete":false, "internal":false, "arguments":{} + }, + { + "name":"schemaOutput", + "vhost":"/", + "type":"fanout", + "durable":true, + "auto_delete":false, + "internal":false, + "arguments":{} } ], "bindings":[ @@ -264,6 +282,15 @@ "routing_key":"request", "arguments":{ + } + }, + { + "source":"schemaOutput", + "vhost":"/", + "destination":"return_schema", + "destination_type":"queue", + "routing_key":"request", + "arguments":{ } } ]