Which transferring methodology do traditional message brokers use?
- publish-subscribe
- transaction logging
- client-server
- real-time
Explanation: Traditionally, transferring messages consists of two different methods:
- Publish-Subscribe – The requested messages are broadcast to all of the consumers.
- Point-to-Point – Multiple consumers read messages from the server. Each of these messages goes to one of the consumers.
Exam with this question: Big data & Analytics Chapter 6 Quiz Answers – Architecture for Big Data and Data Engineering
Please login or Register to submit your answer