Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I use apollo as my mqtt server, but it seems the retain flag doesn't work.
I publish a message to a topic, the message is set retained true. Then I start the consumer, subscribe the topic, but no message received.
I use fusesource mqtt-client and eclipse paho as client jar package, the same problem occurs.
Another guy on stackoverflow have the same issue: http://stackoverflow.com/questions/15643726/messages-not-retained-in-apollo-server
Is it a bug? or I miss some configuration?