Skip to content

fix: Make vhost optional for rabbitmqExternal#234

Open
lindhe wants to merge 1 commit intomasterfrom
lindhe/rmqExt-vhost
Open

fix: Make vhost optional for rabbitmqExternal#234
lindhe wants to merge 1 commit intomasterfrom
lindhe/rmqExt-vhost

Conversation

@lindhe
Copy link
Contributor

@lindhe lindhe commented Feb 18, 2026

Description

For rabbitmq, the vhost is always set to "", but for rabbitmqExternal we used the required function which prevented empty string.
This change makes it possible to configure a custom vhost, but defaults to "" otherwise.

Checklist

Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:

Frontend

Reminder

By using GitHub, you have already agreed to the GitHub’s Terms of Service including that:

  1. You license your contribution under the same terms as the current repository’s license.
  2. You agree that you have the right to license your contribution under the current repository’s license.

For `rabbitmq`, the vhost is always set to `""`, but for
`rabbitmqExternal` we used the `required` function which prevented empty
string.
This change makes it possible to configure a custom vhost, but defaults
to `""` otherwise.
@lindhe lindhe requested a review from egabancho February 18, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments