[rabbitmq-discuss] Default vhost and Http API
Emile Joubert
emile at rabbitmq.com
Tue Mar 27 11:01:10 BST 2012
Hi Félix,
On 27/03/12 01:12, Félix wrote:
> Due to the default vhost's name is "/" i'm having troubles with some
> tools, for example SoapUI, because they're always making the request
> like "api/queues///queue_name/contents/", this also happens with the
> chrome's bookmarks (https://gist.github.com/2172067)
A solution that normally works is to escape the "/" as "%2F".
You are also free to declare a different vhost and name it in a way that
sidesteps this problem.
See the spec for more details about AMQP URIs:
http://www.rabbitmq.com/uri-spec.html
-Emile
More information about the rabbitmq-discuss
mailing list