Github user onlyMIT commented on the issue:
https://github.com/apache/activemq-artemis/pull/2491
@jbertram I think I found out why your solution passed the testï¼ your
test was constructed on a wrong test code. the solution your provided, after I
tested it with the revised test code, the test did not pass.
The test issueï¼ i created a jira and opened a
[#2493](https://github.com/apache/activemq-artemis/pull/2493) to solve this
test issue.
we need itï¼ calling "clean()" in the "setIsClean(boolean isClean)" method.
---