How do I use NATS to replicate AWS SQS #502
Unanswered
SarthakNarayan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I want a simple queueing service from NATS where my publisher can keep on putting messages in the queue and they persist unless they are acknowledged. I tried following the example on the following link and made 2 different files. One for subscriber and other for publisher but it doesn't work as expected. I only see one message instead of three.
publisher.py
subscriber.py
Am I doing something wrong? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions