Why the Queue can not bind the routing key in kombu 4.6.11 ? #2324
Unanswered
honghh2018
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi developer,
Is it the Queue can not bind the exchange and routing key?
and the version 4.6.11 can set the arguements with
arguments={
'x-dead-letter-exchange': RabbitNameConfig.DLX_EXCHANGE_NAME,
'x-dead-letter-routing-key': RabbitNameConfig.DLX_ROUTING_KEY,
# 'x-message-ttl':10000 #
'x-message-ttl': int(
USER_TRANS_LIMIT_CLASS.TRANS_UNPAY_TIMEOUT_CLOSE_SECOND * 1000)
?
Any advice would be appreciated
Best,
hanhuihong
Beta Was this translation helpful? Give feedback.
All reactions