Skip to content

Commit

Permalink
Merge pull request #13063 from rabbitmq/stream-consumer-activity
Browse files Browse the repository at this point in the history
Stream queue: consumers are active by default
  • Loading branch information
michaelklishin authored Jan 13, 2025
2 parents 208d3d6 + 1077a55 commit a9e972f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbit/src/rabbit_stream_queue.erl
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ consume(Q, Spec, #stream_client{} = QState0)
AckRequired = not NoAck,
rabbit_core_metrics:consumer_created(
ChPid, ConsumerTag, ExclusiveConsume, AckRequired,
QName, ConsumerPrefetchCount, false, up, Args),
QName, ConsumerPrefetchCount, true, up, Args),
%% reply needs to be sent before the stream
%% begins sending
maybe_send_reply(ChPid, OkMsg),
Expand Down

0 comments on commit a9e972f

Please sign in to comment.