node.js - Requeue message on timeout -
i'm using rabbitmq queue, i'm using in node.js / express app, i'm using wascally library consume , publish messages.
my scenario is, after consumer finalizes handling message requeue's message again, task being done in cycle. example message initiates task of downloading data api , after it's finished publishes same message again data download performed again.
the problem if consumer app crashes message stays in queue "unacked". should message queue if consumer not respond time (for example 30 seconds)?
Comments
Post a Comment