queue

queue #

Description #

The queue filter is used to store requests to message queues.

Configuration Example #

A simple example is as follows:

flow:
  - name: queue
    filter:
      - queue:
          queue_name: queue_name

Parameter Description #

NameTypeDescription
depth_thresholdintQueue depth threshold. Only a request with the size exceeding this value can be stored to a queue. The default value is 0.
queue_namestringName of a message queue