robhogan / react-native-paho-mqtt

react-native-paho-mqtt
91 stars 32 forks source link

How to connect to RabbitMQ cluster? #42

Open PhaneendraYedidi opened 3 years ago

PhaneendraYedidi commented 3 years ago

Hi,

I was trying to connect to the rabbitMQ cluster.

I provided uris in ConnectOptions but it is of no use.

I saw the code in Client.js, uris is defined in ConnectOptions but not used. So is it possible to connect to RabbitMQ cluster? If so, please let me know