Skip to content

Commit 79bb165

Browse files
author
Alexandru Scvortov
committed
small rephrasing
1 parent 67634e5 commit 79bb165

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/wikipages/data.MessagingPatterns.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,10 @@ for the message and the client may consider the message [i handled].
139139
Note that the broker may also [i negatively acknowledge] a message by
140140
sending back a [code Basic.Nack]. In this case, if a message is
141141
rejected via the [code IModel.BasicNacks] event handler, the client
142-
should assume that the message was lost or otherwise undeliverable.
143-
144-
Note that unroutable messages - mandatory or immediate messages
145-
published to non-existing queues or queues without consumers - are
146-
both [code Basic.Return'ed] and [code Basic.Ack'ed].
142+
should assume that the message was lost or otherwise
143+
undeliverable. Also, note that unroutable messages - mandatory or
144+
immediate messages published to non-existing queues or queues without
145+
consumers - are both [code Basic.Return'ed] and [code Basic.Ack'ed].
147146

148147
**** Receiving replies
149148

0 commit comments

Comments
 (0)