Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT readers aren't removing the messages #1

Open
osteele opened this issue Feb 7, 2018 · 0 comments
Open

MQTT readers aren't removing the messages #1

osteele opened this issue Feb 7, 2018 · 0 comments

Comments

@osteele
Copy link

osteele commented Feb 7, 2018

Messages never leave the Ready state. When you shut down a client and start it up again, it gets the last message again.

These are qos=0 messages. The MQTT protocol is for the client to acknowledge the message. Then the RabbitMQ server should remove it from the queue.

The admin notebook in https://github.com/olin-build/twilio-mqtt-gateway contains code to manually purge the queues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant