Open pyjads opened 3 months ago
Update: The connectionString parameter supports vhosts, but specifying a vhost as a separate parameter is not supported.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
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