简体   繁体   中英

How to send message from a logic app to dead letter queue (azure bus service)

I am trying to send message to Dead letter Queue from a logic app.

逻辑应用发送消息连接器配置

But I am getting following exception.

例外

PS : I can send message to any normal queue from logic app. I am using free tier subscription

From an API and protocol perspective, the DLQ is mostly similar to any other queue, except that messages can only be submitted via the dead-letter operation of the parent entity: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dead-letter-queues#the-dead-letter-queue

The Dead-letter the message in a queue operation moves the message to the Dead-Letter Queue.

在此处输入图片说明

对于此问题,您可以在逻辑应用程序的队列操作中使用死信消息转到门户上的队列,将“锁定持续时间”设置为 5 分钟。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM