I'm attempting to setup RabbitMQ with the following configuration to allow for a disaster recovery site configuration.

I have the local clusters configured and I'm attempting to add them as a pacemaker resource:
pcs resource create rabbitmq ocf:rabbitmq:rabbitmq-server-ha
In this configuration though, the resource can only run on 1 of the nodes at a time so my local cluster is ineffective. Does anyone have any guidance on how I can set this up so the local cluster is still usable but with the ability to fail over to the DR site?
Thanks!