nats-io / stan.go

NATS Streaming System
https://nats.io
Apache License 2.0
706 stars 117 forks source link

If I have multiple clients, the message will be consumed multiple times #359

Closed lixh00 closed 2 years ago

lixh00 commented 2 years ago

I have clientA and clientB, send a message to the queue, both clients will process it.What should i do?