diff options
Diffstat (limited to 'tests/plugins/jobs/boltdb/.rr-no-global.yaml')
-rw-r--r-- | tests/plugins/jobs/boltdb/.rr-no-global.yaml | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/tests/plugins/jobs/boltdb/.rr-no-global.yaml b/tests/plugins/jobs/boltdb/.rr-no-global.yaml index 1b01eb73..1c09bef9 100644 --- a/tests/plugins/jobs/boltdb/.rr-no-global.yaml +++ b/tests/plugins/jobs/boltdb/.rr-no-global.yaml @@ -25,22 +25,16 @@ jobs: # list of broker pipelines associated with endpoints pipelines: test-1: - driver: amqp - priority: 1 - pipeline_size: 100 - queue: test-1-queue - exchange: default - exchange_type: direct - routing_key: test + driver: boltdb + prefetch: 100 + file: "rr1.db" + priority: 1 test-2: - driver: amqp - priority: 2 - pipeline_size: 100 - queue: test-2-queue - exchange: default - exchange_type: direct - routing_key: test-2 + driver: boltdb + prefetch: 100 + file: "rr2.db" + priority: 1 # list of pipelines to be consumed by the server, keep empty if you want to start consuming manually consume: [ "test-1", "test-2" ] |