Search: "rabbit mq"
Subscription Relationship - Message Queue Documentation
In the MQ console, you can view the subscription relationship between group IDs and topics in real time, that is, you can check ...
Send and receive scheduled messages - Message Queue Documentation
; );//The topic you created on the MQ console factoryInfo.setFactoryProperty(ONSFactoryProperty::MsgContent, "xxx");//msg ...
The broker connection failed - Message Queue Documentation
Possible causes Your Alibaba Cloud ECS instance and the MQ broker are not in the same region. You may have accessed the MQ ...
Message idempotence - Message Queue Documentation
After receiving messages, an MQ consumer must perform idempotent processing on messages according to the unique key defined for ...
Uncovering Message Queue Service Kafka blog
Queue, has a different orientation from Kafka. That is, Kafka is used in big data scenarios, and MQ is used between services ...
Java SDK preparation - Message Queue Documentation
to be created first in the MQ console. For details on how to create topics and consumer ID, see Step 2: Create resources in ...
Send and receive normal messages - Message Queue Documentation
conditions for messages to be filtered in MQ broker. "TagA", //Message Body, which cannot ...
Subscribe to messages - Message Queue Documentation
This topic describes how to subscribe to messages by using the C/C++ SDK of MQ. Note: Maintain consistent subscription for all ...
Send and receive scheduled messages - Message Queue Documentation
(factoryInfo.PublishTopics, "XXX");//The topic you created on the MQ console factoryInfo.setFactoryProperty ...