github.com/Jeffail/benthos/v3@v3.65.0/resources/docker/run_all_queues/README.md (about)

     1  Run All Queues
     2  ==============
     3  
     4  Use this docker compose config to set up each supported queue system and create
     5  a Benthos instance to route messages to all of them through round-robin. In
     6  order to send test messages use curl:
     7  
     8  ``` sh
     9  curl http://localhost:4195/post -d "hello world"
    10  ```
    11  
    12  And you can also stream the output messages with curl:
    13  
    14  ``` sh
    15  curl http://localhost:4196/get/stream
    16  ```