Skip to content

Commit e921674

Browse files
committed
Remove rabbit from plugins for rabbitmq_cli
1 parent 5c4e478 commit e921674

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deps/rabbit/src/rabbit_variable_queue.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,7 @@ determine_persist_to(Msg,
18801880
%% via the direct client), we make a guess based on the number of
18811881
%% headers.
18821882

1883+
%% @todo We can probably simplify this.
18831884
{MetaSize, _BodySize} = mc:size(Msg),
18841885
case BodySize >= IndexMaxSize of
18851886
true -> msg_store;

deps/rabbitmq_cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $(LINKED_ESCRIPTS): $(ESCRIPT_FILE)
116116
tests:: escript
117117
$(verbose) $(MAKE) -C ../../ install-cli
118118
$(verbose) $(MAKE) -C ../../ start-background-broker \
119-
PLUGINS="rabbit rabbitmq_federation rabbitmq_stomp rabbitmq_stream_management amqp_client" \
119+
PLUGINS="rabbitmq_federation rabbitmq_stomp rabbitmq_stream_management amqp_client" \
120120
$(if $(filter khepri,$(RABBITMQ_METADATA_STORE)),,RABBITMQ_FEATURE_FLAGS="-khepri_db")
121121
$(gen_verbose) $(MIX_TEST) \
122122
$(if $(RABBITMQ_METADATA_STORE),--exclude $(filter-out $(RABBITMQ_METADATA_STORE),khepri mnesia),) \

0 commit comments

Comments
 (0)