fuCtor / QAMQP

AMQP implementation for Qt
Other
28 stars 3 forks source link

AMQP vhost should not contain leading / from URL path #41

Closed bboozzoo closed 10 years ago

bboozzoo commented 10 years ago

According to AMQP URI spec, vhost name does not include the leading / as normally present in URI path. This, leading / has to be stripped from the path in order to be use as a vhost. For details see: http://www.rabbitmq.com/uri-spec.html

Signed-off-by: Maciej Borzecki maciej.borzecki@open-rnd.pl Signed-off-by: Maciej Borzecki maciek.borzecki@gmail.com