Open
Description
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();
}
Metadata
Metadata
Assignees
Labels
No labels