Skip to content

RabbitMQ sends MQTT messages on connect to the client without a subscription. #13074

Closed Answered by ansd
Kremr asked this question in Questions
Discussion options

You must be logged in to vote

@lukebakken @Kremr in step 8. does the client connect with clean_session=true or clean_session=false ? One way or the other, RabbitMQ behaves correctly because if clean_session=false, the old subscriptions are intact and therefore RabbitMQ sends the messages, and if clean_session=true the old session state including messages must be discarded.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ansd
Comment options

ansd Jan 15, 2025
Maintainer

Answer selected by ansd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #13074 on January 15, 2025 14:54.