Skip to content

Commit f5cb65b

Browse files
rabbit_queue: edit a comment post-#9815
1 parent 3913fbf commit f5cb65b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/rabbit/src/rabbit_amqqueue.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ declare(QueueName, Durable, AutoDelete, Args, Owner, ActingUser) ->
203203
declare(QueueName, Durable, AutoDelete, Args, Owner, ActingUser, node()).
204204

205205

206-
%% The Node argument suggests where the queue (leader if mirrored)
207-
%% should be. Note that in some cases (e.g. with "nodes" policy in
208-
%% effect) this might not be possible to satisfy.
206+
%% The Node argument suggests where the queue leader replica
207+
%% should be placed. Note that this function does not guarantee that
208+
%% this suggestion will be satisfied.
209209

210210
-spec declare(name(),
211211
boolean(),

0 commit comments

Comments
 (0)