Which of the following descriptions of RabbitMQ's workflow is correct:
(Multiple choice)
The message producer is the program that delivers the message
The message queue specifies which queue the message is routed to according to what specifications
Each message will be put into one or more message queue carriers
The message consumer is the program that receives the message
Submit