cody-greene / node-rabbitmq-client

RabbitMQ (0-9-1) client library with auto-reconnect & zero dependencies
MIT License
130 stars 9 forks source link

Connecting to multiple rabbit servers at the same proceess #54

Closed avifatal closed 4 months ago

avifatal commented 5 months ago

Hi Is there a limitaion / known issue by allowing the same node process to connect to multiple rabbit servers? Any thing in particular that I need to pay attention to?

Thanks

cody-greene commented 5 months ago

You can connect to a rabbit cluster with the "hosts" option by supplying the hostname:port for each node.

If you literally mean you just want multiple connections then that should work without issues too.

-------- Original Message -------- On 6/23/24 11:31 PM, avifatal wrote:

Hi Is there a limitaion / known issue by allowing the same node process to connect to multiple rabbit servers? Any thing in particular that I need to pay attention to? Thanks

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>