Skip to content

Commit 183c01b

Browse files
Don't mention the immediate flag
1 parent 4fc5fda commit 183c01b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/wikipages/data.ApiOverview.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,10 @@ include, but are not limited to,
336336
one AMQP RPC, such as [code ExchangeDeclare], is run
337337
simultaneously).
338338

339-
** Handling unroutable or undelivered messages
339+
** Handling unroutable messages
340340

341-
If a message is published with the "mandatory" or "immediate" flags
342-
set, but cannot be delivered, the broker will return it to the sending
341+
If a message is published with the "mandatory" flag
342+
set, but cannot be routed, the broker will return it to the sending
343343
client (via a [code basic.return] AMQP command).
344344

345345
To be notified of such returns, clients can subscribe to the [code

0 commit comments

Comments
 (0)