You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 relies on the message bus to control the servers and clients
that run the tests. This may be undesireable if the test is stressful
or destructive to the message bus.
This change allows ombt2 to use a second message bus just for test
control traffic. Test are not run against the control message bus
Closes#2
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
The text was updated successfully, but these errors were encountered: