Skip to content
Discussion options

You must be logged in to vote

The server logs say the stream SAC feature flag is not activated:

2022-11-24 11:39:45.804475+08:00 [warning] <0.1262.0> Cannot create subcription 0, stream single active consumer feature flag is not enabled

You have to activate it:

rabbitmqctl enable_feature_flag stream_single_active_consumer

All feature flags are activated on a new installation, so maybe you installed 3.11.3 on top of an older installation. If it's meant for testing, you can wipe completely the old installation or use an one-time Docker container:

docker run -it --rm --name rabbitmq -p 5552:5552 -p 5672:5672 -p 15672:15672 \
   -e RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS='-rabbitmq_stream advertised_host localhost' \
   rabb…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@emacsist
Comment options

Answer selected by emacsist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants