8000 Sub vhost Error · Issue #40 · amiquip/amiquip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Sub vhost Error #40
Open
Open
@AndreGKruger

Description

@AndreGKruger

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0