RabbitMQ: Virtual Host

Create a virtual host:

host

amqp.connect('amqp://guest:password@ip-address/host', function(error0, connection) {})

/host

amqp.connect('amqp://guest:password@ip-address//host', function(error0, connection) {})


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *