From c9e5a4b9d2f1f4a7b613a968972462020d3aa210 Mon Sep 17 00:00:00 2001 From: "John.Vaughan" Date: Thu, 5 Sep 2024 13:44:06 +0100 Subject: [PATCH] a poke --- .../minio-trino/rabbitmq/definitions.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) 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":{ } } ]