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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -