Azure Service Bus Queues binding spec
To setup Azure Service Bus Queues binding create a component of type . See this guide on how to create and apply a binding configuration.
Warning
此组件支持 输入和输出 绑定接口。
create
可以在队列级别 ( 如上所述) 或消息级别定义生存时间。 在消息级别定义的值会覆盖在队列级别设置的任何值。
字段名为 ttlInSeconds
。
curl -X POST http://localhost:3500/v1.0/bindings/myServiceBusQueue \
-H "Content-Type: application/json" \
-d '{
"data": {
},
"metadata": {
},
"operation": "create"