-
Notifications
You must be signed in to change notification settings - Fork 586
Closed
Milestone
Description
As detailed here, there is a difference in how this library and pika interpret the same URI. The pika solution seems cleaner, and I wanted to check for interest in my forming a pull request.
If the URI is
CLOUDAMQP_URL=amqp://guest:guest@localhost:5672/
and the connection is established with
factory.setUri(System.getenv("CLOUDAMQP_URL"));
As things stand, this results in a vhost of "" and a connection error in a default rabbitmq setup (which has a default vhost of /). Is there interest in a pull request to return a vhost of / instead of "", to make the default behavior match the default rabbitmq setup?
Metadata
Metadata
Assignees
Labels
No labels