Problema de cancel y mensajes unack

This commit is contained in:
2026-02-03 17:26:12 +01:00
parent 0fb0b09899
commit d51c681cc5
10 changed files with 152 additions and 125 deletions

View File

@@ -52,7 +52,7 @@ export class RabbitMQEventBus implements EventBus {
const routingKey = msg.fields.routingKey
if (numberRetry < this.maxRetry) {
console.log("Dalaying")
console.log("Delaying")
await this.channel.publish("sim.ex.objenious.delayed", routingKey, msg.content, {
headers: {
...headers,