Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Vhost (virtual host) in RabbitMQ #3502

Open
pyjads opened this issue Aug 5, 2024 · 1 comment
Open

Support for Vhost (virtual host) in RabbitMQ #3502

pyjads opened this issue Aug 5, 2024 · 1 comment
Labels
kind/enhancement New feature or request

Comments

@pyjads
Copy link

pyjads commented Aug 5, 2024

In our current setup, we are using RabbitMQ with multiple virtual hosts (Vhosts) to separate different environments and applications. However, Dapr's RabbitMQ binding does not currently support specifying a Vhost, which limits its usability in our environment. If it is already supported, is there any documentation?

I would like to request the addition of a configuration option to specify the Vhost when using RabbitMQ in Dapr. This would allow us to direct Dapr bindings to the appropriate virtual host within RabbitMQ.

More Details

@pyjads pyjads added the kind/enhancement New feature or request label Aug 5, 2024
@pyjads
Copy link
Author

pyjads commented Aug 27, 2024

Update: The connectionString parameter supports vhosts, but specifying a vhost as a separate parameter is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant