Skip to content
Discussion options

You must be logged in to vote

@jonkiszp consider using Discussions for questions, they are no longer a hot new GitHub feature.

2023-10-26 12:16:05.950651+02:00 [error] <0.3650.0> Shovel 'my-shovel' failed to connect (URI: amqp:///test): access to target virtual host was refused

is pretty specific: the user used by Shovel (if the URI really is amqp:///test, the user is guest — we highly recommend against such shortcuts) does not have access to the virtual host.

See Managing Users and Permissions. You need to grant the user you intend to use sufficient (or full) permissions to the target virtual host.

If the URI is amqp://, I suspect that the virtual host could be parsed to an empty string. Consider using full URIs.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Comment options

You must be logged in to vote
1 reply
@michaelklishin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants
Converted from issue

This discussion was converted from issue #9789 on October 26, 2023 10:27.