[rabbitmq-discuss] Unable to start direct connection using Erlang client

Emile Joubert emile at rabbitmq.com
Tue Apr 2 12:14:25 BST 2013


Hi Alexander,

On 29/03/13 21:07, Alexander Reshniuk wrote:
>     {ok, Connection} =
>             amqp_connection:start(#amqp_params_direct{ node =
>     <<"kiosk at localhost">>}),

If the client and server are located on the same host then there is no
need to specify the 'node' field in the amqp_params_direct record. If
you do specify the node then provide it as an atom rather than a binary.

> RabbitMQ version: 2.7.1

You should consider upgrading.

> node with name "kiosk" already running on "localhost"




More information about the rabbitmq-discuss mailing list