summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_core_ff.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_core_ff.erl b/src/rabbit_core_ff.erl
index 027ae4f0f3..6d30846775 100644
--- a/src/rabbit_core_ff.erl
+++ b/src/rabbit_core_ff.erl
@@ -27,6 +27,7 @@
#{desc => "Support queues of type `stream`",
doc_url => "https://www.rabbitmq.com/stream-queues.html",
stability => stable,
+ depends_on => [quorum_queue],
migration_fun => {?MODULE, stream_queue_migration}
}}).