Examples: Access the default VHost not possible
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 52/100
Research direction
Start with ConnectionString::parseParts and the SimpleEndpoint::vhost getter, as identified in the issue. Run rmqhelloworld_producer with amqp://guest:guest@localhost:5672/ and trace how the empty vhost is handled. Done means the command connects using RabbitMQ's default / vhost instead of requesting an empty vhost.
Written by the indexing model from the issue text.
Description
Describe the bug
Its not possible to access the default vhost with e.g. rmqhelloworld_producer
To Reproduce
Steps to reproduce the behavior:
- Call
rmqhelloworld_producer amqp://guest:guest@localhost:5672/ - See Error:
Error: Connection error NOT_ALLOWED - vhost not found, rc: 530
Expected behavior
It would not use "" as vhost but rather the default "/" vhost
Additional context
Could be fixed in ConnectionString::parseParts function or Within the getter SimpleEndpoint::vhost by using / as vhost if it is empty.
- Dominant language
- C++
- Stars
- 106
- Forks
- 32
- Avg merge
- 9h 6m
- Merged PRs (30d)
- 4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from bloomberg/rmqcpp
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
-
New version release Open
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
All issues in bloomberg/rmqcpp
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
ros2/message_filters#338 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
subsurface/subsurface#4984 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
flutter-webrtc/flutter-webrtc#2206 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
google-ai-edge/LiteRT-LM#3739 ·