moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 513 forks source link

Retrive retained messages from persistence #718

Closed robertsLando closed 6 years ago

robertsLando commented 6 years ago

I need to retrive a retained packet that is stored using Mongo Persistence in retained collection. Is there a way to do this server side?

I need this cause I need to know last value sent in a specific topic without using another collection on mongoDb. Thanks

mcollina commented 6 years ago

You should be using another collection.