Search found 1 match
- 2024年 Aug 23日 10:31
- Forum: Developer Platform
- Topic: [Message Queue Service] Are receiving messages sent sequentially?
- Replies: 2
- Views: 1530
Re: [Message Queue Service] Are receiving messages sent sequentially?
Dear Developer, In our system, data of the same type with the same ID is ordered, but if the data is of different types or has different IDs, the order may not be guaranteed. For example, messages with room ID "a" will arrive in order, but for different room IDs, such as "a", &qu...