stompjs
stompjs copied to clipboard
advice on comparing message-id
Every time I query Rabbitmq, I add a unique uuid identifier to the message-id field, and I get a message with that identifier. Then I compare and try to write the message to setData, but at some point the messages don't compare
- Is there any mechanism for comparing message-id messages?