gpt4 book ai didi

node.js - 如何在 NodeJS 中将服务总线消息发送到死信队列?

转载 作者:太空宇宙 更新时间:2023-11-03 23:54:33 26 4
gpt4 key购买 nike

如何将消息发送到死信队列?

serviceBusService.receiveQueueMessage(MESSAGE_QUEUE, {isPeekLock: true}, (error, message) => {
...... // want to put message to deadletter queue if there is exception
serviceBusService.deleteMessage(message, error => {
});
});

最佳答案

大多数情况下,您希望依靠系统来决定何时将消息移动到 DLQ 并尽可能使其成为消息传递引擎的责任(而不是明确地将消息放在 DLQ 上)。此外,此场景中的指导似乎是通过此处的文档提供的:How to handle application crashes and unreadable messages

关于node.js - 如何在 NodeJS 中将服务总线消息发送到死信队列?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57850376/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com