Error because the url contains special characters;
For example, amqp://guest:guest#123@localhost:5672/
Call amqp.dial (url), return error :parse "amqp://guest:guest": invalid port ":guest" after host
This error is caused by url.Parse.
Add a DailURI method that uses URI connections to pass in connection information without error if special characters are included
Error because the url contains special characters; For example, amqp://guest:guest#123@localhost:5672/ Call amqp.dial (url), return error :parse "amqp://guest:guest": invalid port ":guest" after host This error is caused by url.Parse.
Add a DailURI method that uses URI connections to pass in connection information without error if special characters are included