Computer Science, asked by raghavan21, 7 months ago

Which AMQP component receives the message and routes them to queues?

Answers

Answered by jhalaksingh894
11

Answer:

Exchange: A part of the broker (i.e. server) which receives messages and routes them to queues. Queue (message queue): A named entity which messages are associated with and from where consumers receive them. Bindings: Rules for distributing messages from exchanges to queues.

Explanation:

follow me. and give mark as brainliest

Similar questions