Please disregard my original question. I can see what's happening and how the prefix is used.
Thank you, Aaron -----Original Message----- From: Steigerwald, Aaron <asteigerw...@brandesassociates.com.INVALID> Sent: Monday, August 21, 2023 9:08 PM To: users@activemq.apache.org Subject: [EXTERNAL]:AMQP "applicationProperties" prefix [You don't often get email from asteigerw...@brandesassociates.com.invalid. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] [CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.] ________________________________ 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