I am new to RabbitMQ and trying to figure out the difference between a broker and an exchange.
From what I've read, the terms seem to almost be used interchangeably and in the diagrams, a broker seems to encompass both the exchange and the queues.
From "RabbitMQ Succinctly" book:
Exchanges are AMQP entities where messages are sent to the message broker. Exchanges take a message and then route it to one or more queues
So what is a broker? In the RabbitMQ management there is a tab for "Exchanges", but not for brokers. Can I interact with a broker directly or is this only done by the exchange?