Hello Community in an artemis 2.33 cluster with relatively high rate of core messages we enabled a stomp acceptor on one broker.
Compared to the other brokers in the cluster that have <1 MiB used Address Memory the modified guy goes up to 250 MiB. There is no stomp client attached. The value of the address memory gauge seems to be sensitive to the message rate. We are using non-persistent messaging with a TTL of 3 min. Byterate*TTL could be close to the value of 250 MiB. Is the Messagebuffer to high? { "scheme": "tcp", "tcpReceiveBufferSize": "1048576", "port": "61613", "host": "0.0.0.0", "protocols": "STOMP", "useEpoll": "true", "tcpSendBufferSize": "1048576" } Can somebody recommend a measure? Best Regards Herbert