我有一个具有客户端-服务器风格的分布式系统,如下所示:
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?