File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -354,10 +354,9 @@ callbacks are invoked in the connection's thread rather than in the
354
354
application's thread.].
355
355
356
356
Only asynchronous AMQP operations are safe for use within callbacks,
357
- such as:
358
-
359
- - [code IModel.BasicAck]
360
- - [code IModel.BasicPublish]
357
+ such as [code IModel.BasicAck]. It is not safe to use [code
358
+ IModel.BasicPublish] in callbacks, because channel flow could block
359
+ publication.
361
360
362
361
For this reason, [code QueueingBasicConsumer] is the safest way of
363
362
subscribing to a queue, because its implementation uses [code
Original file line number Diff line number Diff line change 1
1
owner:
2
- timestamp: Mon, 05 Jul 2010 13:15:32 GMT
2
+ timestamp: Tue, 03 Aug 2010 09:35:12 GMT
3
3
author:
4
4
editgroup:
5
5
viewgroup:
You can’t perform that action at this time.
0 commit comments