Github user stanlyDoge commented on the issue:
https://github.com/apache/activemq-artemis/pull/2020
While sending AMQP message, addReceiver() is called, which causes creating
a queue.
While sending openwire message, addConsumer() is called, which also causes
creating a queue.
But core message is directly sent to queue. It may happen this queue does
not exist and message is lost.---
