Interview Question
Qus: Explain about Pub-Sub Architecture, where do you implemented this ?
Answers (1)
1) Point-to-point Architecture:
In this architecture source system will publish the data and target system will receive the data.
2) Point-to-Multiple Architecture:
In this Source system will publish the data to Broker, from broker multiple target systems will subscribe.