Activity log for bug #1437955

Date Who What changed Old value New value Message
2015-03-29 22:11:48 Attila Fazekas bug added bug
2015-04-14 07:41:42 Attila Fazekas description bit mandatory --------------- This flag tells the server how to react if the message cannot be routed to a queue. If this flag is set, the server will return an unroutable message with a Return method. If this flag is zero, the server silently drops the message. The server SHOULD implement the mandatory flag. bit immediate ---------------- This flag tells the server how to react if the message cannot be routed to a queue consumer immediately. If this flag is set, the server will return an undeliverable message with a Return method. If this flag is zero, the server will queue the message, but with no guarantee that it will ever be consumed. =============================================================== https://www.rabbitmq.com/amqp-0-9-1-reference.html#constant.not-found Does not makes sense to wait for an rpc response, if the massage was dropped by broker or nobody reads it. The rpc requests SHOULD be sent with 'mandatory' or 'immediate'. The rpc response messages SHOULD be sent with 'immediate'. It is probably just a small nit and does not makes a big difference in practice. bit mandatory --------------- This flag tells the server how to react if the message cannot be routed to a queue. If this flag is set, the server will return an unroutable message with a Return method. If this flag is zero, the server silently drops the message.     The server SHOULD implement the mandatory flag. bit immediate ---------------- This flag tells the server how to react if the message cannot be routed to a queue consumer immediately. If this flag is set, the server will return an undeliverable message with a Return method. If this flag is zero, the server will queue the message, but with no guarantee that it will ever be consumed. =============================================================== https://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.publish Does not makes sense to wait for an rpc response, if the massage was dropped by broker or nobody reads it. The rpc requests SHOULD be sent with 'mandatory' or 'immediate'. The rpc response messages SHOULD be sent with 'immediate'. It is probably just a small nit and does not makes a big difference in practice.
2015-05-01 13:38:32 Mehdi Abaakouk oslo.messaging: status New Confirmed
2015-05-01 13:38:38 Mehdi Abaakouk oslo.messaging: importance Undecided Wishlist
2015-05-11 20:15:24 Jay Pipes summary rpc calls and resonses does not uses at leat the mandatory flag (AMQP) RPC calls and responses do not use the mandatory flag (AMQP)
2019-04-29 09:41:19 Gabriele Santomaggio bug watch added https://github.com/celery/kombu/issues/1039
2019-04-29 13:12:34 Ken Giusti oslo.messaging: assignee Gabriele Santomaggio (gsantomaggio)
2019-10-17 17:44:34 Dr. Jens Harbott bug added subscriber Dr. Jens Harbott