Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
224 views
in Technique[技术] by (71.8m points)

Negative message count on ActiveMQ Artemis

In ActiveMQ Artemis 2.14.0 what does it mean if I see a negative message count in the web console? The server recently crashed from high heap usage. I'm trying to solve that. I restarted Artemis but I can't find anything in the docs about negative message counts.

question from:https://stackoverflow.com/questions/66049917/negative-message-count-on-activemq-artemis

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

A negative message count is almost always the result of a bug or perhaps the corruption of internal state due to a JVM issue (e.g. running out of heap). There's no documentation on it because it shouldn't happen. If you encounter this situation during normal operation file a bug report in the ActiveMQ Artemis Jira. Please include a full description of the use-case and a reproducer if possible.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...