rabbitmq - Can we use amqp://user:password@ instead of amqp://user:password@localhost for local connections? -
can use shortened syntax? i've been suggested usage of such short amqp url forces rabbitmq work in "direct" mode, more efficient. however, when changed local connections settings shovels that, don't see connections in connections list anymore.
take here:
https://www.rabbitmq.com/shovel-static.html
specifically:
if host omitted (not valid in general amqp uri), shovel uses direct connection broker in running. avoids using network stack
Comments
Post a Comment