RabbitMQ inter node communications between different openshift clusters

I’ve two openshift clusters that only have exposure through the openshift-routers port 443.

I need to create a clustered highly available rabbitMQ to have two nodes each is lied on each openshift cluster. I know that there is a plugin the would enable the communication between producer/consumer with the exchange to be over websocket so I have no problem in this part.

the problem is that I need to have the inter node communication between the rabbitMQ nodes to be over WS or HTTP.

is there any solution for such a thing. a reply with documentation would be preferable.

Read more here: Source link