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

Sub vhost Error #40

Open
AndreGKruger opened this issue Aug 22, 2022 · 0 comments
Open

Sub vhost Error #40

AndreGKruger opened this issue Aug 22, 2022 · 0 comments

Comments

@AndreGKruger
Copy link

When using a connection string such as:
amqp://guest:guest@localhost:5672/firstvhost/subvhost
and Error: ExtraUrlPathSegments error is thrown.

The vhost configured in rabbitmq is /firstvhost/subvhost and does exist

This is not necessarily a bug, but maybe rather a feature request to add the ability to have a sub vhost in this section of the code:

// make sure there are no other path segments
            if path_segments.next().is_some() {
                return ExtraUrlPathSegmentsSnafu { url: url.clone() }.fail();
            }
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

No branches or pull requests

1 participant