RabbitMQ RPC across multiple rabbitMQ instances

后端 未结 2 816
孤街浪徒
孤街浪徒 2020-12-16 16:22

I have three clients each with their own RabbitMQ instances and I have an application (let\'s call it appA) that has its own RabbitMQ instance, the three client applications

2条回答
  •  爱一瞬间的悲伤
    2020-12-16 16:42

    Take a look at org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory. It will allow you to create multiple connection factories to different vhosts or different rabbitmq instances. We are using it for a multi tenant rabbitmq application.

提交回复
热议问题