Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Few adjustments on the Artemis Test #57

Description

@franz1981

I've filing the 2 things I believe should be fixed on the ActiveMQ Artemis test:

  • netty-connector and netty-acceptor are the same and clients are connecting to netty-acceptor: I suggest to keep netty-acceptor as the acceptor responsible to deal with clients connections and define a new acceptor (let's call it cluster-acceptor, configured with protocols=CORE and remotingThreads=1) that would handle the connectivity with the other broker (could be either master or slave), and netty-connector should be use this cluster-acceptor address instead
  • as said on [Artemis] Migrate to 3 masters topology #47 (comment) the test shouldn't use the other live brokers to distribute the traffic, given that Artemis won't guarantee automatic balanced resource partitions

The former is quite important to guarantee good results given that replicating is mandatory to return backup responses to clients and having a separate connection with its own thread guarantee to be able to response promptly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

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