1

I want to use rabbitMQ to store new transactions(records) that are happening in the local database into the remote similar database. Any suggestions, ideas on this?

4

1 回答 1

0

Can you share the reason of wanting to use RabbitMQ as the store and forward mechanism to the remote database. I believe most databases already have mechanisms to replicate/backup to a remote database installation. These are tuned to the database and tend to work very reliably. RabbitMQ will not help you shard database operations across multiple remove database instances either.

Why RabbitMQ?

于 2012-08-21T09:06:45.767 回答