MagicMarcus / mqtt-spy

Automatically exported from code.google.com/p/mqtt-spy
0 stars 0 forks source link

The count on Messages stop at 5000 #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Subscribe to a topic
2. Receive messages (I receive 1 message every 10 seconds)
3. Note the count go up for "Messages" in the "Received messages summary" panel

What is the expected output? What do you see instead?
After the message count reach 5000, next message should increase the counter to 
5001
For every message after 5000, the label flickers and stays at 5000

What version of the product are you using? On what operating system?
Not sure which version . How do I find out? OS: Windows 8.1

Please provide any additional information below.

Original issue reported on code.google.com by nirajbha...@gmail.com on 31 Jan 2015 at 6:52

Attachments:

GoogleCodeExporter commented 9 years ago
Version I was using was mqtt-spy-0.1.5-beta-b26-jar-with-dependencies

Original comment by nirajbha...@gmail.com on 31 Jan 2015 at 6:55

GoogleCodeExporter commented 9 years ago
Hi.

This is the expected behaviour. 

Please note the 'Max messages stored' parameter in 'Other' tab of your 
connection settings. I've updated the Configuration wiki to provide some more 
info about that.

mqtt-spy is designed to keep the last X messages (in your case 5000), and 
delete the old ones. You can increase that value if that's what you need, but 
there always be a limit - e.g. your RAM. You can also use the Message Log 
functionality available in 0.1.6 to keep a long history of all your messages.

Let me know if you have any further questions.

Original comment by kamil.ba...@gmail.com on 31 Jan 2015 at 11:15

GoogleCodeExporter commented 9 years ago
I've added 'Message storage' section to the Overview wiki to further explain 
that. Hope it helps.

Original comment by kamil.ba...@gmail.com on 8 Feb 2015 at 10:18