Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/1695
Thatâs true if you use the JMS 2.0 async send with an on completion
listener. But this is older 1.1 sync send method.
Note that also there is an issue with the async send also in artemis client
currently as onException is never called only onAcknowledge as such cannot make
use of that due to that bug/issue.
---
