Emqx: Where messages store?

Created on 6 Sep 2016  路  3Comments  路  Source: emqx/emqx

Hi
I produce 200k messages, all sent successfully, some clients subscribe then offline them next begin send messages and when finished offlines became online and get all messages, so all messages exists in Ram, I check with observer ets and mnesia but not exist 200k objects in these.

where messages store?

question wontfix

Most helpful comment

publish retained message and configure the expiration in etc/emqttd.conf
BTW we will release 'EmqPlus' product this month to help users store MQTT messages into DB

All 3 comments

publish retained message and configure the expiration in etc/emqttd.conf
BTW we will release 'EmqPlus' product this month to help users store MQTT messages into DB

@huangdan when constructing DB persistence plugin I think that this should be taken into account: https://github.com/erlio/vernemq/issues/197

@huangdan
thanks for your replay.
I think that you didn't grasp my notice.
i don't intent to change retained message config. default config is good.
i say all not delivered messages exists in Memory, but i enter observer:start() nether ets nor mnesia didn't have 200k objects in theirs lists.

where is 200k messages putted(there is)?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

codewiget95 picture codewiget95  路  6Comments

andywang2014 picture andywang2014  路  5Comments

w3yyb picture w3yyb  路  3Comments

baer-devl picture baer-devl  路  4Comments

SumitFlochat picture SumitFlochat  路  3Comments