Open
Description
Version: 3.3.3
Deployment Config: Windows 11, OpenJDK 21.0.5, Standalone mode, Default configuration
Tools: Using Mqtt-Stresser for pub/sub
A Steps:
- Connect 50 Clients, each client publishes 1 messages on 1 Topic (test\client-1, test\client-2, test-client-3....) with QOS 1, Retain true.
Behavior:
No message being retained.
B Steps:
- Delete Data\retain_data folder
- Start Stand alone server
- Connect 50 Clients, each client publishes 1 messages on 1 Topic (test\client-1, test\client-2, test-client-3....) with QOS 1, Retain true.
Behavior:
Only 10 topics are retained and the rest do not get retained
C Steps:
- Connect 50 Clients, each client publishes 1 messages on 1 Topic (test\client-1, test\client-2, test-client-3....) with QOS 0, Retain true.
Behavior:
It seems that only 10 messages every get retained, is this a configuration flag
Metadata
Assignees
Labels
No labels