Home > Enterprise >  MQ how to solve the order of the messages & repeat two big problems?
MQ how to solve the order of the messages & repeat two big problems?

Time:09-17

MQ how to ensure the order of the messages sent, and how to solve the problem of message repeatedly sent?

CodePudding user response:

Can use the serial number, message ID

CodePudding user response:

Message id, state set - 1 to consumption, don't repeat sent
  • Related