kgiusti / ombt

oslo messaging benchmarking tool
Apache License 2.0
3 stars 5 forks source link

[ombt2] Need to be able to separate control message bus from bus under test #2

Closed kgiusti closed 6 years ago

kgiusti commented 7 years ago

ombt2 uses a message bus to communicate control operations to the clients, as well as send test traffic.

It is useful to be able to cause faults on the message bus under test while running traffic via ombt2. However if the message bus is disturbed then control plane data will be lost.

Add the ability to specify a separate bus for control operations for the clients. Example

ombt2 --url rabbit://testing-bus:5672 rpc-server --control rabbit://control-bus:5672