rabbitmq发送消息的五种方式
时间: 2023-10-07 10:04:47 浏览: 98
RabbitMQ五种模式
5星 · 资源好评率100%
Sure, there are five ways to send messages in RabbitMQ. They are:
1. Using the official RabbitMQ Java client API
2. Using the AMQP protocol directly
3. Using the HTTP API
4. Using the MQTT protocol
5. Using the STOMP protocol
阅读全文