Skip to content

Commit

Permalink
Merge pull request #9468 from rabbitmq/mergify/bp/v3.11.x/pr-9463
Browse files Browse the repository at this point in the history
Expose the "start-background-broker" CMD (backport #9463)
  • Loading branch information
michaelklishin authored Sep 19, 2023
2 parents 30f6957 + 4b2d9b4 commit 535dc9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ rabbitmq_run_command(
subcommand = "run-broker",
)

# Allow us to `bazel run background-broker`
# to start a broker in the background
rabbitmq_run_command(
name = "background-broker",
rabbitmq_run = ":rabbitmq-run",
subcommand = "start-background-broker",
)

# Allow us to `bazel run start-cluster`
# for the equivalent of `make start-cluster`
rabbitmq_run_command(
Expand Down

0 comments on commit 535dc9b

Please sign in to comment.