You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IAmqpCacoonConfig requires a optional field to specify the virtual host and getFullHostName() just needs to add the virtual host onto the URL, if it is defined. After doing that, RabbitMQ users that are defined with access to a virtual host other than '/' will be able to connect.
It is possible to connect by building a IAmqpCacoonConfig.connectionString instead.
The text was updated successfully, but these errors were encountered:
IAmqpCacoonConfig requires a optional field to specify the virtual host and getFullHostName() just needs to add the virtual host onto the URL, if it is defined. After doing that, RabbitMQ users that are defined with access to a virtual host other than '/' will be able to connect.
It is possible to connect by building a IAmqpCacoonConfig.connectionString instead.
The text was updated successfully, but these errors were encountered: