We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If not provided, these defaults should be used: Port: 5672 Username: guest Password: guest VirtualHost: /
5672
guest
/
For example it should be possible to just pass localhost as a connection string which should be treated as guest:guest@localhost:5672/
localhost
guest:guest@localhost:5672/
The text was updated successfully, but these errors were encountered:
(pardahlman#47): Adds default attributes
9e75d05
Merge pull request #52 from Originalutter/issue/#47
b189b26
Fixes #25,#42,#47
(#47): Adds default attributes
4cf6ec7
No branches or pull requests
If not provided, these defaults should be used:
Port:
5672
Username:
guest
Password:
guest
VirtualHost:
/
For example it should be possible to just pass
localhost
as a connection string which should be treated asguest:guest@localhost:5672/
The text was updated successfully, but these errors were encountered: