-
I want add job consume to queue with durable: true, but my service fail, because i can't set it from config |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hey @Colomix , please, turn on debug logs and share the output with error. Also, could you please add your |
Beta Was this translation helpful? Give feedback.
-
https://github.com/spiral/roadrunner-plugins/blob/master/amqp/amqpjobs/rabbit_init.go Second argument is durable, it is always false. I want consume to queue with setting durable is true. In RR 1.* similar code default set true, that's why my applications cannot communicate through the queue and I am deadlocked ` jobs: pipelines: ERROR: |
Beta Was this translation helpful? Give feedback.
-
Fixed via #196 |
Beta Was this translation helpful? Give feedback.
Fixed via #196