You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a feature, this offers some kind of out of the box message re-queueing with TTL.
Expected behaviour, similar to recover or reject(true), i.e. to re-queue dead message to the same queue but with TTL.
Main issue is that configuring dlx, declares the dlx exchange and queue, so at this point the queue is being declared again with a new TTL setting, which is not allowed.
The text was updated successfully, but these errors were encountered:
As a feature, this offers some kind of out of the box message re-queueing with TTL.
Expected behaviour, similar to
recover
orreject(true)
, i.e. to re-queue dead message to the same queue but with TTL.Main issue is that configuring dlx, declares the dlx exchange and queue, so at this point the queue is being declared again with a new TTL setting, which is not allowed.
The text was updated successfully, but these errors were encountered: