次のようなクライアントサーバースタイルの分散システムがあります。
1.Server A deployed on Cloud
2.Many Client C1-CN deployed in customer ENV,which may be behind NAT.
3.Server A need to Notify Client to do some operations.
私はRabbitMQについて少し調査しましたが、基本的には次のように機能するかどうかを知りたいです:
1.Server A publish event to RabbitMQ queue(each queue for each client)
2.Once event published, Client will get notified and do some operations by parse the message?