Skip to content

Retain functionality works inconsistently  #109

Open
@saraheem

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:

  1. 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:

  1. Delete Data\retain_data folder
  2. Start Stand alone server
  3. 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:

  1. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions