RabbitMQ client load balancing

后端 未结 3 1992
情歌与酒
情歌与酒 2021-01-02 21:49

I am piloting rabbit mq and find it quite good. Looking at the HA page I find that the exchange/queue replication works well.

I am troubled by the fact that I must u

3条回答
  •  孤街浪徒
    2021-01-02 22:08

    You didn't mention what kind of clients you're using, but for Python there is the excellent Kombu library. Kombu supports both connection and producer pools.

    You can also specify several AMQP servers with a round-robbin, shuffle, or custom failover strategy when settting up a connection.

提交回复
热议问题