postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

How to connect clustered rabbitMQ #427

Closed vinaysahuhbti closed 8 years ago

vinaysahuhbti commented 8 years ago

There is no provision to provide all host address(All clustered nodes) we can provide only one host address , is there ny possible wy to connect to clustered rabbitMQ,

sempi commented 8 years ago

You can pass in an array of hosts in the host field.

vinaysahuhbti commented 8 years ago

@sempi thanks..