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

  1. curl -X POST http://localhost:3500/v1.0/bindings/myServiceBusQueue \
  2. -H "Content-Type: application/json" \
  3. -d '{
  4. "data": {
  5. },
  6. "metadata": {
  7. },
  8. "operation": "create"