File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,10 @@ for the message and the client may consider the message [i handled].
139
139
Note that the broker may also [i negatively acknowledge] a message by
140
140
sending back a [code Basic.Nack]. In this case, if a message is
141
141
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].
147
146
148
147
**** Receiving replies
149
148
You can’t perform that action at this time.
0 commit comments