RabbitMQ
用来接收和传递消息,消息是二进制的数据。producer用来发送消息,consumer等待接收消息。Many producerscan send messages that go to one queue, and many consumers can try to receive data from one queue.
Redis
为何用rpc而不用mq
用来接收和传递消息,消息是二进制的数据。producer用来发送消息,consumer等待接收消息。Many producerscan send messages that go to one queue, and many consumers can try to receive data from one queue.
为何用rpc而不用mq