Hello, Is there any way to prevent Artemis from prepending "applicationProperties" to AMQP message application properties keys? I see the toPropertyMap method in https://github.com/apache/activemq-artemis/blob/main/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessage.java does not prepend them but expandProperties does.
Thank you, Aaron