Hello Folks, We are using Apache Artemis 2.6.4 and experiencing a spike in the number of open file descriptors in case of publishing large messages. When analysed, It has the reference to deleted large message. Below, you can see the the partial list.
java 38082 root 9486u REG 8,4 909757 19146486 /xxx/data/large-messages/31297137237.msg (deleted) java 38082 root 9489u REG 8,4 605189 19146488 /xxx/data/large-messages/31297137344.msg (deleted) The problem we are facing looks something similar to the already fixed bug in 2.6.0: https://issues.apache.org/jira/browse/ARTEMIS-1754 Is it a known problem or anyone faced the same problem? It would be great if you can share any experience with handling this problem. Thanks in advance -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
