Running the following command creates an exchange: ``` make run ARGS="--producers 1 --rate 1 --consumers 0 --exchange idonotexist --predeclared true" ``` Since this exchange does not exist, it should not be created since we use the `--predeclared true` flag.